mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Ensure Lo-Dash works in the JS engine embedded in Adobe products.
Former-commit-id: 860665d3735aef1dff75149b49b78c1615f38fa0
This commit is contained in:
3
build.js
3
build.js
@@ -646,7 +646,8 @@
|
||||
*/
|
||||
function removeCreateFunction(source) {
|
||||
return removeFunction(source, 'createFunction')
|
||||
.replace(/\n *try *{(?:\s*\/\/.*)*\n.*?createFunction[\s\S]+?catch[^}]+}\n/, '');
|
||||
.replace(/\n *try *\{\s*var document[\s\S]+?catch[^}]+}\n/, '')
|
||||
.replace(/\n *try *\{(?:\s*\/\/.*)*\n.*?createFunction[\s\S]+?catch[^}]+}\n/, '');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user