]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
rm unnecessary backslashes from jqueryCheck
authorChris Rebert <github@rebertia.com>
Sun, 29 Sep 2013 22:37:22 +0000 (15:37 -0700)
committerChris Rebert <github@rebertia.com>
Sun, 29 Sep 2013 22:37:22 +0000 (15:37 -0700)
Gruntfile.js

index f1ae2266f59b1f434a09af8eac086880f97b76ab..92e927ebc8727581ed439e401f53c70a11f2a378 100644 (file)
@@ -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: {