mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Update Closure Compiler and UglifyJS.
Former-commit-id: 8e20f30f84b01ed6df593136c2d081e9d05acbca
This commit is contained in:
@@ -20,8 +20,7 @@
|
||||
|
||||
/** Used for array and object method references */
|
||||
var arrayRef = [],
|
||||
// avoid a Closure Compiler bug by creatively creating an object
|
||||
objectRef = new function(){};
|
||||
objectRef = {};
|
||||
|
||||
/** Used to generate unique IDs */
|
||||
var idCounter = 0;
|
||||
|
||||
Reference in New Issue
Block a user