Issue by TomMalbran
Sunday Mar 10, 2013 at 07:54 GMT
Originally opened as adobe/brackets#3087
This fixes #1098 by replacing every $.each in the core code with either Array.forEach for arrays or CollectionUtils.forEach for objects. The remaining $.each are only in jQuery.
TomMalbran included the following code: https://github.com/adobe/brackets/pull/3087/commits
Sunday Mar 10, 2013 at 07:54 GMT
Originally opened as adobe/brackets#3087
This fixes #1098 by replacing every
$.eachin the core code with eitherArray.forEachfor arrays orCollectionUtils.forEachfor objects. The remaining$.eachare only in jQuery.TomMalbran included the following code: https://github.com/adobe/brackets/pull/3087/commits