Merge pull request #1422 from grafixeyehero/es6-backdrop

Migration backdrop to ES6 modules
This commit is contained in:
Julien Machiels
2020-07-17 11:03:32 +02:00
committed by GitHub
8 changed files with 106 additions and 103 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ define(['backdrop', 'mainTabsManager', 'layoutManager', 'emby-tabs'], function (
TabbedView.prototype.onResume = function (options) {
this.setTitle();
backdrop.clear();
backdrop.clearBackdrop();
var currentTabController = this.currentTabController;