Update Closure Compiler and UglifyJS.

Former-commit-id: 8e20f30f84b01ed6df593136c2d081e9d05acbca
This commit is contained in:
John-David Dalton
2013-01-16 23:21:08 -08:00
parent ab83f2d5e2
commit 769e03e7f2
5 changed files with 6 additions and 8 deletions

View File

@@ -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;