Skip to content

Commit

Permalink
Grunt: remove unnecessary new operatior
Browse files Browse the repository at this point in the history
  • Loading branch information
rxaviers committed Feb 18, 2013
1 parent 85be7d3 commit e45a7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ grunt.initConfig({

grunt.registerTask( "build-download", function() {
function writeFiles() {
var downloadBuilder = new ( require( "download.jqueryui.com" ) )({
var downloadBuilder = require( "download.jqueryui.com" )({
host: "http://download.jqueryui.com"
}),
frontend = downloadBuilder.frontend,
Expand Down

0 comments on commit e45a7db

Please sign in to comment.