Skip to content

Commit 8f27688

Browse files
committed
合并 其他插件
1 parent 484bac2 commit 8f27688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alert/index.html

Whitespace-only changes.

carousel-fade/js/jquery.carousel.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
*/
1717

18-
jQuery.fn.carousel = function(){
18+
jQuery.fn.carousel = function(){
1919
var hoverDot = this.find(".carousel-indicators"); // active
2020
var banner = this.find(".slides");
2121

@@ -110,4 +110,4 @@ jQuery.fn.carousel = function(){
110110
});
111111

112112
startCarousel();
113-
}
113+
};

0 commit comments

Comments
 (0)