diff options
| author | Jacob Thornton <[email protected]> | 2011-12-20 23:28:48 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-12-20 23:28:48 -0800 |
| commit | f72a94ae2879ebfc5206dd40d5db175e13113850 (patch) | |
| tree | 449059333026de02121df08ca18bc6fbe6f4d02b /js/bootstrap-carousel.js | |
| parent | c4364285e456013c4b66308fea86e0f1fb852817 (diff) | |
| download | bootstrap-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.js | 2 |
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 |
