Rename goog.DEBUG to ol.DEBUG
This commit is contained in:
@@ -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`.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user