Minor API doc enhancement
This commit is contained in:
@@ -112,7 +112,7 @@ OpenLayers.Util.removeItem = function(array, item) {
|
|||||||
* obj - {*}
|
* obj - {*}
|
||||||
*
|
*
|
||||||
* Returns:
|
* 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.
|
* If not found, returns -1.
|
||||||
*/
|
*/
|
||||||
OpenLayers.Util.indexOf = function(array, obj) {
|
OpenLayers.Util.indexOf = function(array, obj) {
|
||||||
|
|||||||
Reference in New Issue
Block a user