mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
Fixed jshint
This commit is contained in:
@@ -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 + '/' : '';
|
||||
|
||||
Reference in New Issue
Block a user