Simplify default export
This commit is contained in:
committed by
Tim Schaub
parent
a01e0583ea
commit
2ca60292bb
@@ -1,13 +1,12 @@
|
||||
/**
|
||||
* @module ol/renderer/Type
|
||||
*/
|
||||
|
||||
/**
|
||||
* Available renderers: `'canvas'` or `'webgl'`.
|
||||
* @enum {string}
|
||||
*/
|
||||
var _ol_renderer_Type_ = {
|
||||
export default {
|
||||
CANVAS: 'canvas',
|
||||
WEBGL: 'webgl'
|
||||
};
|
||||
|
||||
export default _ol_renderer_Type_;
|
||||
|
||||
Reference in New Issue
Block a user