replace tab with spaces
This commit is contained in:
@@ -71,7 +71,7 @@ OpenLayers.Util.isElement = function(o) {
|
|||||||
* {Boolean} true if the object is an array.
|
* {Boolean} true if the object is an array.
|
||||||
*/
|
*/
|
||||||
OpenLayers.Util.isArray = function(a) {
|
OpenLayers.Util.isArray = function(a) {
|
||||||
return (Object.prototype.toString.call(a) === '[object Array]');
|
return (Object.prototype.toString.call(a) === '[object Array]');
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user