From d06d61dc127c62a7f121de6c90498ce326db4b03 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 27 Dec 2013 06:08:40 +0200 Subject: Use single quotes in the jqueryCheck too. --- dist/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/js/bootstrap.js') diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 88e9645ff..9896669bc 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -4,7 +4,7 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") } +if (typeof jQuery === 'undefined') { throw new Error('Bootstrap requires jQuery') } /* ======================================================================== * Bootstrap: transition.js v3.0.3 -- cgit v1.2.3