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-button.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-button.js')
| -rw-r--r-- | js/bootstrap-button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-button.js b/js/bootstrap-button.js index 508835a38..10a85835e 100644 --- a/js/bootstrap-button.js +++ b/js/bootstrap-button.js @@ -83,7 +83,7 @@ loadingText: 'loading...' } - $.fn.button.Button = Button + $.fn.button.Constructor = Button /* BUTTON DATA-API |
