[fix] Fix my own sloppy coding fixing the sloppy coding from #76.

master
indexzero 2014-11-26 01:14:44 -05:00
parent 5502f2cf98
commit 8d5fb25701
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ var Provider = exports.Provider = function (options) {
// in this instance
//
['add', 'env'].forEach(function (type) {
['argv', 'env'].forEach(function (type) {
Provider.prototype[type] = function () {
var args = [type].concat(Array.prototype.slice.call(arguments));
return this.add.apply(this, args);