fix ol.error

This commit is contained in:
Éric Lemoine
2012-06-21 20:15:24 +02:00
parent c67ca2660d
commit 7e8c418155

View File

@@ -1,13 +1,5 @@
goog.provide('ol.error');
/**
* @define
* @type {boolean}
*/
ol.error.VERBOSE_ERRORS = true;
/**
* @param {string} message Message.
*/
@@ -18,3 +10,8 @@ ol.error = function(message) {
throw null;
}
};
/**
* @define {boolean}
*/
ol.error.VERBOSE_ERRORS = true;