jquery/build/tasks
Michał Gołębiowski bb026fc12c Core: Make jQuery objects iterable
Make iterating over jQuery objects possible using ES 2015 for-of:

    for ( node of $( "<div id=narwhal>" ) ) {
        console.log( node.id ); // "narwhal"
    }

Fixes gh-1693
2015-06-13 23:14:36 +02:00
..
lib Core: Test all factory use cases from intro.js 2015-04-27 22:44:47 +02:00
build.js Build: fix tests in AMD mode 2014-12-09 15:39:24 -05:00
dist.js Build: Remove obsolete UglifyJS workaround 2014-01-26 04:02:20 +01:00
install_jsdom.js Build: use different versions of jsdom for Node and iojs testing 2015-05-07 09:57:59 -07:00
node_smoke_tests.js Core: Make jQuery objects iterable 2015-06-13 23:14:36 +02:00
promises_aplus_tests.js Core: Test all factory use cases from intro.js 2015-04-27 22:44:47 +02:00
sourcemap.js Release: remove sourcemap comment from all copies of minified file 2015-01-30 12:22:31 -08:00
testswarm.js Build: set default testswarm timeout to 15 minutes 2014-04-15 11:47:52 +02:00