removed unnecessary exports

This commit is contained in:
antelle 2019-09-15 13:27:24 +02:00
parent 9c1de2aca9
commit 5a10dc1f2f
2 changed files with 0 additions and 4 deletions

View File

@ -176,5 +176,3 @@ kdbxweb.ProtectedValue.prototype.isFieldReference = function() {
});
return true;
};
module.exports = kdbxweb.ProtectedValue;

View File

@ -86,5 +86,3 @@ _.extend(Backbone.View.prototype, {
}
}
});
module.exports = Backbone.View;