mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
not needed freeze calls dropped
This commit is contained in:
parent
ef9111fa5e
commit
143a211625
2 changed files with 0 additions and 4 deletions
|
|
@ -49,6 +49,4 @@ function KeyboardNavigation() {
|
|||
Object.freeze(this);
|
||||
};
|
||||
|
||||
Object.freeze(KeyboardNavigation);
|
||||
|
||||
module.exports = KeyboardNavigation;
|
||||
|
|
|
|||
|
|
@ -93,6 +93,4 @@ function StremioCore() {
|
|||
Object.freeze(this);
|
||||
};
|
||||
|
||||
Object.freeze(StremioCore);
|
||||
|
||||
module.exports = StremioCore;
|
||||
|
|
|
|||
Loading…
Reference in a new issue