Removed duplicate declarations of i and l

This commit is contained in:
Gregers Gram Rygg
2012-06-27 11:57:04 +02:00
parent f40d677164
commit d1ed8bb952

View File

@@ -81,7 +81,7 @@ OpenLayers.Vendor = (function() {
isStyleObj = (typeof obj.cssText !== "undefined");
jsCache[property] = null;
for(var i=0,l=VENDOR_PREFIXES.length; i<l; i++) {
for(; i<l; i++) {
prefix = VENDOR_PREFIXES[i];
if(prefix) {
if (!isStyleObj) {