Rename goog.DEBUG to ol.DEBUG
This commit is contained in:
@@ -25,7 +25,7 @@ ol.render.Feature = function(type, flatCoordinates, ends, properties) {
|
||||
*/
|
||||
this.extent_;
|
||||
|
||||
goog.DEBUG && console.assert(type === ol.geom.GeometryType.POINT ||
|
||||
ol.DEBUG && console.assert(type === ol.geom.GeometryType.POINT ||
|
||||
type === ol.geom.GeometryType.MULTI_POINT ||
|
||||
type === ol.geom.GeometryType.LINE_STRING ||
|
||||
type === ol.geom.GeometryType.MULTI_LINE_STRING ||
|
||||
|
||||
Reference in New Issue
Block a user