set default for compressed state

This commit is contained in:
Matias Alejo Garcia 2014-03-12 23:20:46 -03:00
parent 0f8ee57521
commit df0aa74483
1 changed files with 1 additions and 0 deletions

1
Key.js
View File

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