remove soop 3

This commit is contained in:
Manuel Araoz 2014-08-14 14:33:28 -04:00
parent d0f264cdae
commit 3081f1ef9a
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ FakeLocalStorage.setItem = function(k, v) {
this.length = Object.keys(ls).length;
};
module.exports = require('soop')(FakeLocalStorage);
module.exports = FakeLocalStorage;