Updated Closure Compiler, fixed some constant inlining problems, and turned PREFETCH off for now
This commit is contained in:
parent
526da018d0
commit
8e71267747
34 changed files with 9226 additions and 3625 deletions
|
|
@ -57,7 +57,7 @@ var DEBUGGER = true; // this @define is overridden by the Closure Com
|
|||
*
|
||||
* PREFETCH enables the use of a prefetch queue.
|
||||
*/
|
||||
var PREFETCH = true;
|
||||
var PREFETCH = false;
|
||||
|
||||
/**
|
||||
* @define {boolean}
|
||||
|
|
|
|||
Loading…
Reference in a new issue