Require ol in ol.array
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
goog.provide('ol.array');
|
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.
|
* 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user