Use named exports from ol/index.js
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @module ol/format/OWS
|
||||
*/
|
||||
import _ol_ from '../index.js';
|
||||
import {inherits} from '../index.js';
|
||||
import _ol_format_XLink_ from '../format/XLink.js';
|
||||
import _ol_format_XML_ from '../format/XML.js';
|
||||
import _ol_format_XSD_ from '../format/XSD.js';
|
||||
@@ -15,7 +15,7 @@ var _ol_format_OWS_ = function() {
|
||||
_ol_format_XML_.call(this);
|
||||
};
|
||||
|
||||
_ol_.inherits(_ol_format_OWS_, _ol_format_XML_);
|
||||
inherits(_ol_format_OWS_, _ol_format_XML_);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user