Skip to content

Conversation

@Vladlukhanin
Copy link
Contributor

Make sure that you wrote the tests for your proposed changes and the existing test was success.

Made/Proposed changes:
(Don’t use general words, describe changes in details)

  • moved parseInt() method for 'id' and 'size' fields in attachment.

Does the documentation need an update?

  • no.

var attributes = extraParams.childNodes[i].attributes;

for (var j = 0, len2 = attributes.length; j < len2; j++) {
if (attributes[j].name === 'id' || attributes[j].name === 'size'){
Copy link
Contributor

@dimaspirit dimaspirit Oct 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

size must be Int.
Remove only attributes[j].name === 'id' from if state, ok?

@dimaspirit
Copy link
Contributor

make release

@Vladlukhanin Vladlukhanin merged commit 309e4d8 into gh-pages Oct 5, 2016
@IegorKozakov IegorKozakov deleted the gh-pages.attach_attrs branch January 11, 2017 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants