Use named exports from ol/index.js
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @module ol/webgl/Fragment
|
||||
*/
|
||||
import _ol_ from '../index.js';
|
||||
import {inherits} from '../index.js';
|
||||
import _ol_webgl_ from '../webgl.js';
|
||||
import _ol_webgl_Shader_ from '../webgl/Shader.js';
|
||||
|
||||
@@ -15,7 +15,7 @@ var _ol_webgl_Fragment_ = function(source) {
|
||||
_ol_webgl_Shader_.call(this, source);
|
||||
};
|
||||
|
||||
_ol_.inherits(_ol_webgl_Fragment_, _ol_webgl_Shader_);
|
||||
inherits(_ol_webgl_Fragment_, _ol_webgl_Shader_);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user