[minor] Update whitespace

master
indexzero 2012-01-02 17:14:03 -05:00
parent fdb73f007b
commit 9e9e37bb84
1 changed files with 2 additions and 1 deletions

View File

@ -42,9 +42,10 @@ var Provider = exports.Provider = function (options) {
['defaults', 'overrides'].forEach(function (type) {
Provider.prototype[type] = function (options) {
options = options || {};
if(!options.type) {
if (!options.type) {
options.type = 'literal';
}
return this.add(type, options);
};
});