Browse Source

Add a forgotten var before $new

Jay Salvat 14 years ago
parent
commit
5d31c1f134
1 changed files with 1 additions and 1 deletions
  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',