From: Chris Rebert Date: Sun, 29 Sep 2013 22:37:22 +0000 (-0700) Subject: rm unnecessary backslashes from jqueryCheck X-Git-Tag: v3.0.1~39^2~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=362c9c9f89a39b6e365595efd35f2566275ddc01;p=thirdparty%2Fbootstrap.git rm unnecessary backslashes from jqueryCheck --- diff --git a/Gruntfile.js b/Gruntfile.js index f1ae2266f5..92e927ebc8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -15,7 +15,7 @@ module.exports = function(grunt) { '*\n' + '* Designed and built with all the love in the world by @mdo and @fat.\n' + '*/\n', - jqueryCheck: 'if (typeof jQuery === "undefined") { throw new Error(\"Bootstrap requires jQuery\") }\n\n', + jqueryCheck: 'if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }\n\n', // Task configuration. clean: {