Remove unused goog.require

This commit is contained in:
Frederic Junod
2017-02-03 12:40:21 +01:00
parent 265a83c389
commit 5763e1d145
31 changed files with 1 additions and 36 deletions

View File

@@ -1,7 +1,5 @@
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.