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-tab.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-tab.js')
| -rw-r--r-- | js/bootstrap-tab.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-tab.js b/js/bootstrap-tab.js index 2f147c59d..c7632ded2 100644 --- a/js/bootstrap-tab.js +++ b/js/bootstrap-tab.js @@ -107,7 +107,7 @@ }) } - $.fn.tab.Tab = Tab + $.fn.tab.Constructor = Tab /* TAB DATA-API |
