X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Array.js;h=1d8a2855c14d0badad37da5a38992e728a9e2cf4;hb=676422aa798730e17afbcb2a2a51c30251ddd17d;hp=c77577544e2a90355b1b606a0c858826320408d6;hpb=e49303d620240b20c95a9304331b63496f9a4bc1;p=roojs1 diff --git a/Array.js b/Array.js index c77577544e..1d8a2855c1 100644 --- a/Array.js +++ b/Array.js @@ -20,7 +20,7 @@ Roo.applyIf(Array.prototype, { */ indexOf : function(o){ for (var i = 0, len = this.length; i < len; i++){ - if(this[i] == o) return i; + if(this[i] == o) { return i; } } return -1; }, @@ -59,4 +59,4 @@ Roo.applyIf(Array.prototype, { }); - \ No newline at end of file +