remove soop from js 2

This commit is contained in:
Manuel Araoz 2014-08-14 14:39:15 -04:00
commit 757ef69287

View file

@ -1,7 +1,5 @@
'use strict';
var imports = require('soop').imports();
var id = 0;
function Storage(opts) {
@ -215,4 +213,4 @@ Storage.prototype.import = function(base64) {
return decryptedObj;
};
module.exports = require('soop')(Storage);
module.exports = Storage;