Issue by njx
Thursday Apr 05, 2012 at 05:07 GMT
Originally opened as adobe/brackets#565
@peterflynn
Fixes #554.
In addition to correctly specifying the arguments to $(selector).each(), it turns out that each() in this case returns the actual DOM nodes, not jQuery objects for each element.
njx included the following code: https://github.com/adobe/brackets/pull/565/commits
Thursday Apr 05, 2012 at 05:07 GMT
Originally opened as adobe/brackets#565
@peterflynnFixes #554.
In addition to correctly specifying the arguments to
$(selector).each(), it turns out thateach()in this case returns the actual DOM nodes, not jQuery objects for each element.njx included the following code: https://github.com/adobe/brackets/pull/565/commits