Skip to content

Commit

Permalink
fix(index): desc
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m committed Dec 14, 2014
1 parent f8f7df9 commit f4a9cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function deleteFn(s, path) {
/**
* @description
* get multiple paths and call deleteFn with each path.
* return array of results.
* returns the giving object after changing
* @param obj
* @returns {Array}
*/
Expand All @@ -29,4 +29,4 @@ module.exports = function deleter(obj) {
deleteFn(obj, arguments[i]);
}
return obj;
};
};

0 comments on commit f4a9cf6

Please sign in to comment.