From f34ddb5c3f214b75de36aec2b1631844166bb8cc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Feb 2012 18:27:38 -0800 Subject: nuke all curly ticks --- js/tests/unit/bootstrap-alert.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') 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 = '
' + '×' - + '

Holy guacamole! Best check yo self, you’re not looking too good.

' + + '

Holy guacamole! Best check yo self, you're not looking too good.

' + '
' , alert = $(alertHTML).alert() @@ -27,7 +27,7 @@ $(function () { var alertHTML = '
' + '×' - + '

Holy guacamole! Best check yo self, you’re not looking too good.

' + + '

Holy guacamole! Best check yo self, you're not looking too good.

' + '
' , alert = $(alertHTML).appendTo('#qunit-fixture').alert() -- cgit v1.2.3