Define isDef on ol.IView2D, ol.IView3D and ol.View
This commit is contained in:
@@ -8,3 +8,10 @@ goog.provide('ol.IView3D');
|
||||
*/
|
||||
ol.IView3D = function() {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @return {boolean} Is defined.
|
||||
*/
|
||||
ol.IView3D.prototype.isDef = function() {
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user