mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
9ec09c3b4a
The previous regex caused the final jQuery binary to have syntax errors for var-modules with names starting with "return". For example, the following module wouldn't work when the file is named `returnTrue.js`: ```js define( function() { "use strict"; return function returnTrue() { return true; }; } ); ``` Closes gh-4389 |
||
---|---|---|
.. | ||
lib | ||
build.js | ||
dist.js | ||
node_smoke_tests.js | ||
promises_aplus_tests.js | ||
qunit_fixture.js | ||
sourcemap.js | ||
testswarm.js |