fix ol.error
This commit is contained in:
+5
-8
@@ -1,13 +1,5 @@
|
|||||||
goog.provide('ol.error');
|
goog.provide('ol.error');
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @define
|
|
||||||
* @type {boolean}
|
|
||||||
*/
|
|
||||||
ol.error.VERBOSE_ERRORS = true;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {string} message Message.
|
* @param {string} message Message.
|
||||||
*/
|
*/
|
||||||
@@ -18,3 +10,8 @@ ol.error = function(message) {
|
|||||||
throw null;
|
throw null;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @define {boolean}
|
||||||
|
*/
|
||||||
|
ol.error.VERBOSE_ERRORS = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user