diff options
| author | Mark Otto <[email protected]> | 2012-02-12 13:27:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-12 13:27:29 -0800 |
| commit | de6f3d4a6f3c2c55394e59e0a25ea85731166cfe (patch) | |
| tree | e3e7dd6836f39a75ec99526a062510357c547a0b /docs/templates/pages/javascript.mustache | |
| parent | ebe547b6a0c4ab8c546221db0731104c464920b3 (diff) | |
| parent | 5b4a29d84e6290a93db98da34b89776a9740e455 (diff) | |
| download | bootstrap-de6f3d4a6f3c2c55394e59e0a25ea85731166cfe.tar.xz bootstrap-de6f3d4a6f3c2c55394e59e0a25ea85731166cfe.zip | |
Merge branch '2.0.1-wip' of github.com:twitter/bootstrap into 2.0.1-wip
Conflicts:
docs/assets/bootstrap.zip
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 012e195f5..553913d21 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -657,7 +657,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { </tr> <tr> <td>{{_i}}placement{{/i}}</td> - <td>{{_i}}string{{/i}}</td> + <td>{{_i}}string|function{{/i}}</td> <td>'top'</td> <td>{{_i}}how to position the tooltip{{/i}} - top | bottom | left | right</td> </tr> @@ -760,7 +760,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { </tr> <tr> <td>{{_i}}placement{{/i}}</td> - <td>{{_i}}string{{/i}}</td> + <td>{{_i}}string|function{{/i}}</td> <td>'right'</td> <td>{{_i}}how to position the popover{{/i}} - top | bottom | left | right</td> </tr> |
