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