Blog edits
This commit is contained in:
parent
33a828a75b
commit
87e275b5f1
51 changed files with 7494 additions and 1276 deletions
|
|
@ -40,8 +40,8 @@
|
|||
* debugger.js from the compilation process altogether.
|
||||
*
|
||||
* However, when we're in "development mode" and running uncompiled code in debugger-less configurations,
|
||||
* I would like to skip loading debugger.js altogether. To do that, we must arrange for this additional file
|
||||
* (nodebugger.js) to be loaded as early as possible, which *explicitly* overrides the previously defined value
|
||||
* I would like to skip loading debugger.js altogether. To do that, we must arrange for this additional file,
|
||||
* nodebugger.js, to be loaded immediately after defines.js, *explicitly* overriding the previously defined value
|
||||
* of DEBUGGER with *false*.
|
||||
*/
|
||||
var DEBUGGER = false;
|
||||
DEBUGGER = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue