Blog edits
This commit is contained in:
parent
33a828a75b
commit
87e275b5f1
51 changed files with 7494 additions and 1276 deletions
|
|
@ -93,7 +93,7 @@ var TYPEDARRAYS = (typeof ArrayBuffer !== 'undefined');
|
|||
* TODO: BACKTRACK support is currently completely disabled until we have a chance to investigate the problem
|
||||
* discussed in Bus.addBackTrackObject().
|
||||
*/
|
||||
var BACKTRACK = !COMPILED && DEBUG;
|
||||
var BACKTRACK = !COMPILED && DEBUGGER;
|
||||
|
||||
/**
|
||||
* @define {boolean}
|
||||
|
|
|
|||
Loading…
Reference in a new issue