Use a nicer URL for the error descriptions
This commit is contained in:
@@ -329,7 +329,7 @@ ol.AssertionError = function(code) {
|
||||
*/
|
||||
this.message = 'Assertion failed. See ' +
|
||||
(ol.VERSION ? 'http://openlayers.org/en/' + ol.VERSION.split('-')[0] : '') +
|
||||
'/doc/errors.html#' + code + ' for details.';
|
||||
'/doc/errors/#' + code + ' for details.';
|
||||
|
||||
/**
|
||||
* Error code. The meaning of the code can be found on
|
||||
|
||||
Reference in New Issue
Block a user