Inline simple !goog.isDef() calls
This commit is contained in:
@@ -19,7 +19,7 @@ ol.geom.flat.flip.flipXY =
|
||||
dest = opt_dest;
|
||||
destOffset = goog.isDef(opt_destOffset) ? opt_destOffset : 0;
|
||||
} else {
|
||||
goog.asserts.assert(!goog.isDef(opt_destOffset),
|
||||
goog.asserts.assert(opt_destOffset === undefined,
|
||||
'opt_destOffSet should be defined');
|
||||
dest = [];
|
||||
destOffset = 0;
|
||||
|
||||
Reference in New Issue
Block a user