Ugh, fixed whitespace
This commit is contained in:
parent
3c08fad1c9
commit
9aaafc5a22
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue