Simplify default export
This commit is contained in:
committed by
Tim Schaub
parent
a01e0583ea
commit
2ca60292bb
@@ -1,12 +1,11 @@
|
||||
/**
|
||||
* @module ol/webgl/ContextEventType
|
||||
*/
|
||||
|
||||
/**
|
||||
* @enum {string}
|
||||
*/
|
||||
var _ol_webgl_ContextEventType_ = {
|
||||
export default {
|
||||
LOST: 'webglcontextlost',
|
||||
RESTORED: 'webglcontextrestored'
|
||||
};
|
||||
|
||||
export default _ol_webgl_ContextEventType_;
|
||||
|
||||
Reference in New Issue
Block a user