Ver código fonte

Add a forgotten var before $new

Jay Salvat 14 anos atrás
pai
commit
5d31c1f134
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      jquery.vegas.js

+ 1 - 1
jquery.vegas.js

@@ -55,7 +55,7 @@
                 loading();
             }
 
-            $new = $background.clone();
+            var $new = $background.clone();
             $new.css( {
                 'position': 'fixed',
                 'left': '0px',