diff options
| author | Yohn <[email protected]> | 2012-12-24 18:59:37 -0500 |
|---|---|---|
| committer | Yohn <[email protected]> | 2012-12-24 18:59:37 -0500 |
| commit | 9835549faf3c00a9f7ce1aa0303c020cc603a4a6 (patch) | |
| tree | 4bd4f721f071c7b7c0732c1e930b56b2e27a6c61 /js | |
| parent | e867ae7b603f3882832143ff315c9ab3fd3b8f13 (diff) | |
| download | bootstrap-9835549faf3c00a9f7ce1aa0303c020cc603a4a6.tar.xz bootstrap-9835549faf3c00a9f7ce1aa0303c020cc603a4a6.zip | |
made container option be false
Diffstat (limited to 'js')
| -rw-r--r-- | js/bootstrap-tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-tooltip.js b/js/bootstrap-tooltip.js index 3ad8b6761..48f9fcc6c 100644 --- a/js/bootstrap-tooltip.js +++ b/js/bootstrap-tooltip.js @@ -280,7 +280,7 @@ , title: '' , delay: 0 , html: false - , container: '' + , container: false } |
