aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrançois Robichet <[email protected]>2012-01-24 22:11:09 +0100
committerFrançois Robichet <[email protected]>2012-01-24 22:11:09 +0100
commit925fef411090f06b34c5e86f4d0ed5630adff87b (patch)
tree3f83fa95c9e0c76d42c8fd889f13cab2da0053f1 /docs
parent540d229eba6e65c0d18b706df73fb51322b5ea40 (diff)
downloadbootstrap-925fef411090f06b34c5e86f4d0ed5630adff87b.tar.xz
bootstrap-925fef411090f06b34c5e86f4d0ed5630adff87b.zip
Typo on tablesorter
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/js/application.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js
index 2da4ab8e2..95caa0f31 100644
--- a/docs/assets/js/application.js
+++ b/docs/assets/js/application.js
@@ -22,7 +22,7 @@ $(function(){
window.prettyPrint && prettyPrint()
// table sort example
- if ($.fn.tableSorter) {
+ if ($.fn.tablesorter) {
$("#sortTableExample").tablesorter( { sortList: [[ 1, 0 ]] } )
$(".tablesorter-example").tablesorter({ sortList: [[1,0]] })
}