Correct a typo with enumerable

This commit is contained in:
Vincent D'Onofrio
2017-02-22 02:58:49 -05:00
parent 032b0c0c22
commit 9b567c5a07

View File

@ -22,7 +22,7 @@ if (!requireProto.hasOwnProperty('ensure')) {
callback(this); callback(this);
}, },
writable: false, writable: false,
enumarble: false enumerable: false
} }
} }
); );