]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use single quotes in the jqueryCheck too. 11977/head
authorXhmikosR <xhmikosr@users.sourceforge.net>
Fri, 27 Dec 2013 04:08:40 +0000 (06:08 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 8 Jan 2014 11:41:17 +0000 (13:41 +0200)
Gruntfile.js
dist/js/bootstrap.js

index c7599c8b51eaf3e6e59f7634cc95c251ab47600f..2fee5356f8c90f8571e4b0af188aacffffe05743 100644 (file)
@@ -29,7 +29,7 @@ module.exports = function (grunt) {
               ' * Licensed under the Creative Commons Attribution 3.0 Unported License. For\n' +
               ' * details, see http://creativecommons.org/licenses/by/3.0/.\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: {
index 88e9645ff3bc21c41082fbdb1a334f2d66ef833b..9896669bc4ac16dc183b5b0f6e6d6ea56c442638 100644 (file)
@@ -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