aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-carousel.js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-12-20 23:28:48 -0800
committerJacob Thornton <[email protected]>2011-12-20 23:28:48 -0800
commitf72a94ae2879ebfc5206dd40d5db175e13113850 (patch)
tree449059333026de02121df08ca18bc6fbe6f4d02b /js/bootstrap-carousel.js
parentc4364285e456013c4b66308fea86e0f1fb852817 (diff)
downloadbootstrap-f72a94ae2879ebfc5206dd40d5db175e13113850.tar.xz
bootstrap-f72a94ae2879ebfc5206dd40d5db175e13113850.zip
update more readme changes - introduce target specificty convention to more plugins
Diffstat (limited to 'js/bootstrap-carousel.js')
-rw-r--r--js/bootstrap-carousel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-carousel.js b/js/bootstrap-carousel.js
index e2b36884b..ed4b8f3fa 100644
--- a/js/bootstrap-carousel.js
+++ b/js/bootstrap-carousel.js
@@ -46,6 +46,6 @@
})
}
- $.fn.carousel.Carousel = Carousel
+ $.fn.carousel.Constructor = Carousel
}( window.jQuery ) \ No newline at end of file