Require ol in ol.array

This commit is contained in:
Marc Jansen
2016-09-02 11:04:42 +02:00
parent e962b6f801
commit d5691676de

View File

@@ -1,5 +1,7 @@
goog.provide('ol.array');
goog.require('ol');
/**
* Performs a binary search on the provided sorted list and returns the index of the item if found. If it can't be found it'll return -1.