Updated linter

This commit is contained in:
Tim Schaub
2015-12-02 07:13:55 -08:00
parent 08e470c01b
commit 5283fd346b
8 changed files with 21 additions and 115 deletions

View File

@@ -131,7 +131,7 @@ function makeDir(path, callback) {
* @param {string} dest Destination directory.
* @return {Promise} A promise.
*/
var copy = exports.copy = function(files, base, dest) {
exports.copy = function(files, base, dest) {
var deferred = Q.defer();
var pairs = [];