treycordova/nativejsx

jsxdom-prototypes/setAttribute.prototypes.js

Closed this issue · 1 comments

zina- commented

sorry my english

nativejsx/source/prototypal-helpers/setAttributes.prototype.js

line 4:
return require('./setAttributes.js')(element, attributes);

will be
return require('./setAttributes.js')(this, attributes);

thank you :)

Nice find! I've fixed it. Thanks. 👍