Imports cased like the filename
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
goog.provide('ol.interaction.Property');
|
||||
|
||||
/**
|
||||
* @enum {string}
|
||||
*/
|
||||
ol.interaction.Property = {
|
||||
ACTIVE: 'active'
|
||||
};
|
||||
Reference in New Issue
Block a user