Removed duplicate declarations of i and l
This commit is contained in:
@@ -81,7 +81,7 @@ OpenLayers.Vendor = (function() {
|
|||||||
isStyleObj = (typeof obj.cssText !== "undefined");
|
isStyleObj = (typeof obj.cssText !== "undefined");
|
||||||
|
|
||||||
jsCache[property] = null;
|
jsCache[property] = null;
|
||||||
for(var i=0,l=VENDOR_PREFIXES.length; i<l; i++) {
|
for(; i<l; i++) {
|
||||||
prefix = VENDOR_PREFIXES[i];
|
prefix = VENDOR_PREFIXES[i];
|
||||||
if(prefix) {
|
if(prefix) {
|
||||||
if (!isStyleObj) {
|
if (!isStyleObj) {
|
||||||
|
|||||||
Reference in New Issue
Block a user