Browse Source

Add a forgotten var before $new

Jay Salvat 14 năm trước cách đây
mục cha
commit
5d31c1f134
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jquery.vegas.js

+ 1 - 1
jquery.vegas.js

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