Browse Source

set default for compressed state

patch-2
Matias Alejo Garcia 11 years ago
parent
commit
df0aa74483
  1. 1
      Key.js

1
Key.js

@ -21,6 +21,7 @@ if (process.versions) {
var kSpec = function() {
this._pub = null;
this.compressed = true; // default
};

Loading…
Cancel
Save