mirror of
https://github.com/google/blockly.git
synced 2025-12-15 22:00:07 +01:00
Turn off debugging in compiled mode.
This commit is contained in:
@@ -60,6 +60,9 @@ goog.require('goog.color');
|
||||
goog.require('goog.userAgent');
|
||||
|
||||
|
||||
// Turn off debugging when compiled.
|
||||
var CLOSURE_DEFINES = {'goog.DEBUG': false};
|
||||
|
||||
/**
|
||||
* Required name space for SVG elements.
|
||||
* @const
|
||||
|
||||
Reference in New Issue
Block a user