Rename goog.DEBUG to ol.DEBUG

This commit is contained in:
Andreas Hocevar
2016-08-28 17:02:49 +02:00
parent 92ab5a079c
commit d1e4b33760
115 changed files with 701 additions and 691 deletions
+6
View File
@@ -8,6 +8,12 @@ goog.provide('ol');
*/
/**
* @define {boolean} Enable debug mode. Default is `true`.
*/
ol.DEBUG = true;
/**
* @define {boolean} Assume touch. Default is `false`.
*/