remove soop from js 2
This commit is contained in:
parent
f631643419
commit
757ef69287
1 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var imports = require('soop').imports();
|
|
||||||
|
|
||||||
var id = 0;
|
var id = 0;
|
||||||
|
|
||||||
function Storage(opts) {
|
function Storage(opts) {
|
||||||
|
|
@ -215,4 +213,4 @@ Storage.prototype.import = function(base64) {
|
||||||
return decryptedObj;
|
return decryptedObj;
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = require('soop')(Storage);
|
module.exports = Storage;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue