Blog edits

This commit is contained in:
Jeff Parsons 2016-03-16 14:39:56 -07:00
commit 87e275b5f1
51 changed files with 7494 additions and 1276 deletions

View file

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