Reduce the use of goog.*
This commit is contained in:
@@ -1884,7 +1884,7 @@ ol.render.canvas.ReplayGroup = function(
|
||||
* @private
|
||||
* @type {boolean}
|
||||
*/
|
||||
this.rightHandedPolygons_ = goog.isDef(opt_rightHandedPolygons) ?
|
||||
this.rightHandedPolygons_ = opt_rightHandedPolygons ?
|
||||
opt_rightHandedPolygons : false;
|
||||
|
||||
};
|
||||
|
||||
@@ -143,7 +143,7 @@ ol.render.Feature.prototype.getStride = goog.functions.constant(2);
|
||||
/**
|
||||
* @return {undefined}
|
||||
*/
|
||||
ol.render.Feature.prototype.getStyleFunction = goog.nullFunction;
|
||||
ol.render.Feature.prototype.getStyleFunction = ol.nullFunction;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user