Reduce the use of goog.*

This commit is contained in:
Andreas Hocevar
2015-10-17 23:25:14 +02:00
parent 656023e569
commit 80fa26ddd8
9 changed files with 36 additions and 41 deletions

View File

@@ -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;
};