not needed freeze calls dropped

This commit is contained in:
NikolaBorislavovHristov 2019-09-24 19:36:54 +03:00
parent ef9111fa5e
commit 143a211625
2 changed files with 0 additions and 4 deletions

View file

@ -49,6 +49,4 @@ function KeyboardNavigation() {
Object.freeze(this);
};
Object.freeze(KeyboardNavigation);
module.exports = KeyboardNavigation;

View file

@ -93,6 +93,4 @@ function StremioCore() {
Object.freeze(this);
};
Object.freeze(StremioCore);
module.exports = StremioCore;