Simplify default export
This removes unnecessary variable declarations where the default object is an object.
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
/**
|
||||
* @module ol/interaction/Property
|
||||
*/
|
||||
|
||||
/**
|
||||
* @enum {string}
|
||||
*/
|
||||
var _ol_interaction_Property_ = {
|
||||
export default {
|
||||
ACTIVE: 'active'
|
||||
};
|
||||
|
||||
export default _ol_interaction_Property_;
|
||||
|
||||
Reference in New Issue
Block a user