diff options
| author | Mark Otto <[email protected]> | 2012-02-01 18:27:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 18:27:38 -0800 |
| commit | f34ddb5c3f214b75de36aec2b1631844166bb8cc (patch) | |
| tree | bcb7686f3d3158dd6dfda459e017df2e204c3def /js/tests | |
| parent | 94c2c70e6e0a67f30b45efc35806f29d7deaa810 (diff) | |
| download | bootstrap-f34ddb5c3f214b75de36aec2b1631844166bb8cc.tar.xz bootstrap-f34ddb5c3f214b75de36aec2b1631844166bb8cc.zip | |
nuke all curly ticks
Diffstat (limited to 'js/tests')
| -rw-r--r-- | js/tests/unit/bootstrap-alert.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/unit/bootstrap-alert.js b/js/tests/unit/bootstrap-alert.js index 8eecaff0d..f961345c3 100644 --- a/js/tests/unit/bootstrap-alert.js +++ b/js/tests/unit/bootstrap-alert.js @@ -13,7 +13,7 @@ $(function () { test("should fade element out on clicking .close", function () { var alertHTML = '<div class="alert-message warning fade in">' + '<a class="close" href="#" data-dismiss="alert">×</a>' - + '<p><strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good.</p>' + + '<p><strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.</p>' + '</div>' , alert = $(alertHTML).alert() @@ -27,7 +27,7 @@ $(function () { var alertHTML = '<div class="alert-message warning fade in">' + '<a class="close" href="#" data-dismiss="alert">×</a>' - + '<p><strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good.</p>' + + '<p><strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.</p>' + '</div>' , alert = $(alertHTML).appendTo('#qunit-fixture').alert() |
