Remove goog.isNull in source classes
This commit is contained in:
@@ -319,7 +319,7 @@ ol.source.Raster.prototype.onWorkerComplete_ =
|
||||
callback(err);
|
||||
return;
|
||||
}
|
||||
if (goog.isNull(output)) {
|
||||
if (!output) {
|
||||
// job aborted
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user