aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects.js
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2019-05-13 21:55:45 +0200
committerGitHub <noreply@github.com>2019-05-13 21:55:45 +0200
commit9ec09c3b4aa5182c2a8b8f51afb861b685a4003c (patch)
tree0123d4ccf75975fae8cf92aa9c61d2a81e8c04b2 /src/effects.js
parent3527a3840585e6a359cd712591c9c57398357b9b (diff)
downloadjquery-9ec09c3b4aa5182c2a8b8f51afb861b685a4003c.tar.gz
jquery-9ec09c3b4aa5182c2a8b8f51afb861b685a4003c.zip
Build: Fix the regex parsing AMD var-modules (#4389)
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
Diffstat (limited to 'src/effects.js')
0 files changed, 0 insertions, 0 deletions