-
Notifications
You must be signed in to change notification settings - Fork 20.6k
Closed
Labels
Description
Now it causes small issue with build version, but it has a danger of breaking things in the future, we should be aware of this issue and update "requirejs" accordingly
Example, from
// Support: Firefox 18+
// Can't be in strict mode, several libs including ASP.NET trace
// the stack via arguments.caller.callee and Firefox dies if
// you try to trace through "use strict" call chains. (#13335)
//"use strict";
to
// Support: Firefox 18+
// Can't be in strict mode, several libs including ASP.NET trace
// the stack via arguments.caller.callee and Firefox dies if
// you try to trace through "use strict" call chains. (#13335)
//
Fix should have been ladnded in 2.1.17 but i still see the incorrect output.
Ref requirejs/r.js#689
/cc @jrburke