mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
make _.js work in strict mode
This commit is contained in:
3
vendor/underscore.js
vendored
3
vendor/underscore.js
vendored
@@ -836,4 +836,5 @@
|
||||
return this._wrapped;
|
||||
};
|
||||
|
||||
})();
|
||||
// fix for 'use strict' - need an explicit `this`
|
||||
}).call(this || window);
|
||||
|
||||
Reference in New Issue
Block a user