Jay Salvat 11 년 전
부모
커밋
bf6df7a8f8
2개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 3
      dist/jquery.vegas.js
  2. 1 1
      dist/jquery.vegas.min.js

+ 4 - 3
dist/jquery.vegas.js

@@ -1,6 +1,6 @@
  // ----------------------------------------------------------------------------
  // Vegas – Fullscreen Backgrounds and Slideshows with jQuery.
- // v1.3.2 - released 2013-08-15 17:14
+ // v1.3.2 - released 2013-08-29 13:29
  // Licensed under the MIT license.
  // http://vegas.jaysalvat.com/
  // ----------------------------------------------------------------------------
@@ -66,12 +66,13 @@
         destroy: function(what) {
             if (!what || what == "background") {
                 $(".vegas-background, .vegas-loading").remove();
-                $(window).unbind("resize.vegas");
+                $(window).unbind("*.vegas");
                 $current = $();
             }
-            if (what == "overlay") {
+            if (!what || what == "overlay") {
                 $(".vegas-overlay").remove();
             }
+            clearInterval(timer);
             return $.vegas;
         },
         overlay: function(settings) {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
dist/jquery.vegas.min.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.