Rename _ol_Disposable_ to Disposable

This commit is contained in:
Frederic Junod
2017-12-22 09:02:23 +01:00
parent fc00aecd2e
commit 085fddcb36
9 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
* @module ol/webgl/Context
*/
import {WEBGL_EXTENSIONS, getUid, inherits} from '../index.js';
import _ol_Disposable_ from '../Disposable.js';
import Disposable from '../Disposable.js';
import {includes} from '../array.js';
import _ol_events_ from '../events.js';
import _ol_obj_ from '../obj.js';
@@ -91,7 +91,7 @@ var _ol_webgl_Context_ = function(canvas, gl) {
};
inherits(_ol_webgl_Context_, _ol_Disposable_);
inherits(_ol_webgl_Context_, Disposable);
/**