Changes

From Life After BOB Wiki
no edit summary
Line 37: Line 37:  
   // name = imageList[i].alt;
 
   // name = imageList[i].alt;
 
   //  console.log(name);
 
   //  console.log(name);
console.log(imageList[i].fileWidth, imageList[i].fileHeight);
+
//}
}
+
console.log(imageList[i].fileWidth+","+imageList[i].fileHeight);
 
   
}
 
}