removed a commented code -#368

This commit is contained in:
Minoo 2011-04-19 20:56:28 -04:00
Родитель d6b9d57982
Коммит 06eb8e3eb7
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -56,7 +56,6 @@
var img = document.createElement( 'img' );
img.addEventListener( "load", function() {
//img.src = options.src;
img.style.borderStyle = "none"; // borders look really bad, if someone wants it they can put it on their div target
if ( options.href ) {