Skip to content

Commit

Permalink
Removed formatting options from mij_transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
djiao committed Mar 2, 2015
1 parent ae9db8c commit 2c69add
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/transform/mij_transformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ var MijTransformer = function (opts) {
Transform.call(this, opts);

this.encoding = opts.encoding;
this.pretty = opts.pretty || true;
this.indent = opts.indent || ' ';
this.asArray = opts.asArray || true;

this.starting = true;
Expand Down

0 comments on commit 2c69add

Please sign in to comment.