From 5bc601d9a8c330a4ad14375e63519fcf11bb08ab Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 7 Apr 2012 23:37:58 -0700 Subject: [PATCH] fix typo on js docs selector --- docs/assets/bootstrap.zip | Bin 57396 -> 57396 bytes docs/javascript.html | 2 +- docs/templates/pages/javascript.mustache | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 1e18acbb80270a894de83d5769a9fab4af279c25..e40a00a771ad5ea73034831d19e798891dc9adc7 100644 GIT binary patch delta 446 zcmdmTfO*RSW}X0VW)?065cs)!B99{bRf9(V>jsUJ1s95Nz{LYp*{{LHrI>&!XV`*8 zfTA1kyypapOg_uy2ou^Y%Ke%HB*r9S1U3+8=w@q?B6E<~dT%qZI*`~KZyjThX#p|< znYroup&^_M%m@d7ESj8D?+iC$O?`y`NK9>lEnF;XLX`m1uicZMEl^;-UfDJG!G8Ma^% zpyT`Ylh1NF!h|-9a=+#Pi7|;7fei#2y4hN!$Q&fL-rEeU4kY%*TgMn=T7Zl| zW^THEXb2|*Gr|ENizX-4JHw4wQ(qwf5>uOC3m40pP$j@Lvvu;b1uE=7cSGF{)~dVE z0Ost?DGSAwLCR{6n81{6-f`rq7|6K!xAj4`PQG|s2E=`T+n5>XugMedfVs|hypg%< z@AxBg^6S%u}jKxFRfd){!nfzA`ZZ^R4=eW-C+_wC@8 P0cB6#cLK}uJx~Jxjv~U3 diff --git a/docs/javascript.html b/docs/javascript.html index 2a0f3d861f..ce495414f7 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1088,7 +1088,7 @@ $('#my-alert').bind('closed', function () {

Using bootstrap-button.js

Enable buttons via javascript:

-
$('.tabs').button()
+
$('.nav-tabs').button()

Markup

Data attributes are integral to the button plugin. Check out the example code below for the various markup types.

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index bb25f09572..3792279ef7 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -1011,7 +1011,7 @@ $('#my-alert').bind('closed', function () {
           

{{_i}}Using bootstrap-button.js{{/i}}

{{_i}}Enable buttons via javascript:{{/i}}

-
$('.tabs').button()
+
$('.nav-tabs').button()

{{_i}}Markup{{/i}}

{{_i}}Data attributes are integral to the button plugin. Check out the example code below for the various markup types.{{/i}}