diff options
| author | Mark Otto <[email protected]> | 2012-09-26 16:01:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-26 16:01:59 -0700 |
| commit | 24e277b85abace0f77076b1cfa96e11b1d1dc891 (patch) | |
| tree | 238ff1628521cd0cb04ee2a0461a06a234249848 /js/tests/unit/bootstrap-tooltip.js | |
| parent | 498a28b4cd7ecfd5c02a7cb21f1d3a81e3e2d404 (diff) | |
| parent | 0540b63ab0a2f9359fbd34967fbb74402534573f (diff) | |
| download | bootstrap-24e277b85abace0f77076b1cfa96e11b1d1dc891.tar.xz bootstrap-24e277b85abace0f77076b1cfa96e11b1d1dc891.zip | |
Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip
Diffstat (limited to 'js/tests/unit/bootstrap-tooltip.js')
| -rw-r--r-- | js/tests/unit/bootstrap-tooltip.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/tests/unit/bootstrap-tooltip.js b/js/tests/unit/bootstrap-tooltip.js index 14d6b2274..964ba1ef2 100644 --- a/js/tests/unit/bootstrap-tooltip.js +++ b/js/tests/unit/bootstrap-tooltip.js @@ -37,10 +37,11 @@ $(function () { tooltip.tooltip('hide') }) - test("should always allow html entities", function () { + test("should allow html entities", function () { $.support.transition = false var tooltip = $('<a href="#" rel="tooltip" title="<b>@fat</b>"></a>') .appendTo('#qunit-fixture') + .tooltip({html: true}) .tooltip('show') ok($('.tooltip b').length, 'b tag was inserted') |
