Minor API doc enhancement
This commit is contained in:
@@ -112,7 +112,7 @@ OpenLayers.Util.removeItem = function(array, item) {
|
||||
* obj - {*}
|
||||
*
|
||||
* Returns:
|
||||
* {Integer} The index at, which the first object was found in the array.
|
||||
* {Integer} The index at which the first object was found in the array.
|
||||
* If not found, returns -1.
|
||||
*/
|
||||
OpenLayers.Util.indexOf = function(array, obj) {
|
||||
|
||||
Reference in New Issue
Block a user