From 06eb8e3eb7bbf8f496bc8f8fc5e6c7997dc455dd Mon Sep 17 00:00:00 2001 From: Minoo Date: Tue, 19 Apr 2011 20:56:28 -0400 Subject: [PATCH] removed a commented code -#368 --- plugins/image/popcorn.image.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/image/popcorn.image.js b/plugins/image/popcorn.image.js index 98d904e0..c689c835 100644 --- a/plugins/image/popcorn.image.js +++ b/plugins/image/popcorn.image.js @@ -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 ) {