Skip to content
This repository was archived by the owner on Mar 21, 2018. It is now read-only.

Commit 023a8d1

Browse files
committed
Merge pull request #13 from maxdeepfield/patch-1
Fix missing closing bracket. Thanks to @maxdeepfield for catching this.
2 parents 52d8e67 + 0a60230 commit 023a8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Carousel/abitgone-carousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
$carousel.addClass("carousel-item-0");
174174

175175
$carousel.addClass("carousel-ready");
176-
176+
}
177177
, post_initialise: function(){
178178

179179
// Handle instances where people have linked to a specific carousel item within the carousel

0 commit comments

Comments
 (0)