소스 검색

Fix the black screen when too many backgrounds are called repeatedly

Jay Salvat 14 년 전
부모
커밋
5ed3074d17
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      jquery.vegas.js

+ 4 - 0
jquery.vegas.js

@@ -62,6 +62,10 @@
                 'top': '0px'
             })
             .load( function() {
+                if ( $new == $current ) {
+                    return;
+                }
+                
                 $( window ).bind( 'resize.vegas', function( e ) {
                     resize( $new, options );
                 });