Skip to content
Permalink
Browse files
Fixes a minor spacing issue.
  • Loading branch information
jaubourg committed Apr 22, 2012
1 parent d3b61de commit 78583d0
Showing 1 changed file with 1 addition and 1 deletion.
@@ -100,7 +100,7 @@ module.exports = function( grunt ) {
// Default grunt.
grunt.registerTask( "default", "selector build lint min compare_size" );

grunt.loadNpmTasks("grunt-compare-size");
grunt.loadNpmTasks("grunt-compare-size");

// Build src/selector.js
grunt.registerMultiTask( "selector", "Build src/selector.js", function() {

0 comments on commit 78583d0

Please sign in to comment.