Skip to content

Commit

Permalink
fix jshint error
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Mar 23, 2014
1 parent f7df7d4 commit dbc18eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -80,12 +80,12 @@ module.exports = function (grunt) {
'node_modules/lodash/dist/lodash.js:lodash',
'node_modules/backbone/backbone.js:backbone',
'node_modules/socket.io/node_modules/socket.io-client/dist/socket.io.js:socket.io-client'
].concat(function () {
].concat((function () {
var files = grunt.file.expand({ cwd: __dirname }, 'lib/views/**/*.js');
return files.map(function (file) {
return file + ':' + file.substr(0, file.lastIndexOf('.'));
});
}()),
}())),
noParse: [
'jquery',
'lodash',
Expand Down

0 comments on commit dbc18eb

Please sign in to comment.