Remove property enum from interaction constructor

This commit is contained in:
Tim Schaub
2016-12-27 09:07:58 -07:00
parent 63a8a5a2cc
commit 50b9e598f6
3 changed files with 17 additions and 16 deletions
+8
View File
@@ -0,0 +1,8 @@
goog.provide('ol.interaction.Property');
/**
* @enum {string}
*/
ol.interaction.Property = {
ACTIVE: 'active'
};