mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 16:44:17 +02:00
rm unnecessary backslashes from jqueryCheck
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user