Skip to content

Commit

Permalink
Fixed jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed May 6, 2014
1 parent 04e4586 commit 1dfd002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt/bs-raw-files-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var fs = require('fs');

function getFiles(type, subdirs, exclude) {
var files = {};
if (!exclude) exclude = [];
exclude = exclude || [];

subdirs.forEach(function(subdir) {
var sub = subdir ? subdir + '/' : '';
Expand Down

0 comments on commit 1dfd002

Please sign in to comment.