Ugh, fixed whitespace

master
Michael Hart 2012-06-21 18:05:52 +10:00
parent 3c08fad1c9
commit 9aaafc5a22
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ var Env = exports.Env = function (options) {
options = options || {}; options = options || {};
this.type = 'env'; this.type = 'env';
this.readOnly = true; this.readOnly = true;
this.whitelist = options.whitelist || []; this.whitelist = options.whitelist || [];
this.separator = options.separator || ''; this.separator = options.separator || '';
if (options instanceof Array) { if (options instanceof Array) {
this.whitelist = options; this.whitelist = options;