Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Style attributes cleaned up#401

Merged
tneil merged 5 commits intoblackberry:nextfrom
karancan:next-alt
Oct 19, 2012
Merged

Style attributes cleaned up#401
tneil merged 5 commits intoblackberry:nextfrom
karancan:next-alt

Conversation

@karancan
Copy link
Contributor

This pull request addresses issue #71
Style attributes have been changed from being specified this way
node.setAttribute('style','width:10px');
into being specified this way
node.style['width'] = '10px';

tneil pushed a commit that referenced this pull request Oct 19, 2012
Style attributes cleaned up
@tneil tneil merged commit 59cc116 into blackberry:next Oct 19, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants