Add missing goog.provide
The new version of the closure-compiler (version 20150729) wants that all the classes tagged with `@constructor` to be provided (with `goog.provide`).
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
goog.provide('ol.SelectEvent');
|
||||
goog.provide('ol.interaction.Select');
|
||||
goog.provide('ol.interaction.SelectFilterFunction');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user