Adding missing provide for SelectFilterFunction

This commit is contained in:
Pierre GIRAUD
2015-03-31 09:36:25 +02:00
parent c975f303cf
commit 4b453f5be6

View File

@@ -1,4 +1,5 @@
goog.provide('ol.interaction.Select');
goog.provide('ol.interaction.SelectFilterFunction');
goog.require('goog.array');
goog.require('goog.asserts');