Merge pull request #2397 from mjul/fix-gruntfile

Added missing semicolon after statement.
This commit is contained in:
Paul O’Shannessy
2014-10-23 12:01:55 -07:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ module.exports = function(grunt) {
'populist:test'
]);
grunt.registerTask('build:npm-react', ['version-check', 'jsx:normal', 'npm-react:release']);
grunt.registerTask('build:gem-react-source', ['build', 'gem-react-source:release'])
grunt.registerTask('build:gem-react-source', ['build', 'gem-react-source:release']);
grunt.registerTask('webdriver-phantomjs', webdriverPhantomJSTask);
+1 -1
View File
@@ -238,7 +238,7 @@ function loadScripts(scripts) {
sourceMap: true
};
if (/;harmony=true(;|$)/.test(script.type)) {
options.harmony = true
options.harmony = true;
}
// script.async is always true for non-javascript script tags
+1 -1
View File
@@ -79,7 +79,7 @@ var visitors = {
}
this.traverse(nodePath);
}
}
};
function transform(ast, constants) {
// TODO constants