remove soop from js 6

This commit is contained in:
Manuel Araoz 2014-08-14 15:02:31 -04:00
parent 00642dc642
commit 00323b6381
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
'use strict';
var imports = require('soop').imports();
var TxProposals = require('./TxProposals');
var PublicKeyRing = require('./PublicKeyRing');
var PrivateKey = require('./PrivateKey');
@ -260,4 +258,4 @@ WalletFactory.prototype.joinCreateSession = function(secret, nickname, passphras
});
};
module.exports = require('soop')(WalletFactory);
module.exports = WalletFactory;