mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Avoid issues with variable window.
This commit is contained in:
3
dist/lodash.js
vendored
3
dist/lodash.js
vendored
@@ -460,8 +460,7 @@
|
||||
var objectProto = Object.prototype;
|
||||
|
||||
/** Used to detect DOM support */
|
||||
var window = context.window,
|
||||
document = window && window.document;
|
||||
var document = context.window && context.window.document;
|
||||
|
||||
/** Used to restore the original `_` reference in `noConflict` */
|
||||
var oldDash = context._;
|
||||
|
||||
Reference in New Issue
Block a user