Migration of guide and guide-settings to ES6 modules
This commit is contained in:
@@ -7,7 +7,7 @@ define(['tvguide'], function (tvguide) {
|
||||
|
||||
self.renderTab = function () {
|
||||
if (!guideInstance) {
|
||||
guideInstance = new tvguide({
|
||||
guideInstance = new tvguide.default({
|
||||
element: tabContent,
|
||||
serverId: ApiClient.serverId()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user