Simplify default export
This commit is contained in:
committed by
Tim Schaub
parent
a01e0583ea
commit
2ca60292bb
@@ -1,14 +1,13 @@
|
||||
/**
|
||||
* @module ol/format/FormatType
|
||||
*/
|
||||
|
||||
/**
|
||||
* @enum {string}
|
||||
*/
|
||||
var _ol_format_FormatType_ = {
|
||||
export default {
|
||||
ARRAY_BUFFER: 'arraybuffer',
|
||||
JSON: 'json',
|
||||
TEXT: 'text',
|
||||
XML: 'xml'
|
||||
};
|
||||
|
||||
export default _ol_format_FormatType_;
|
||||
|
||||
Reference in New Issue
Block a user