Fix invalid reference bug
This commit is contained in:
parent
28e95d5c16
commit
607176276a
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ var AIRTIME = (function (AIRTIME) {
|
||||||
PodcastController.prototype.initialize.call(this);
|
PodcastController.prototype.initialize.call(this);
|
||||||
// We want to override the default tab name behaviour and use "Station Podcast" for clarity
|
// We want to override the default tab name behaviour and use "Station Podcast" for clarity
|
||||||
this.$scope.tab.setName(jQuery.i18n._("Station Podcast"));
|
this.$scope.tab.setName(jQuery.i18n._("Station Podcast"));
|
||||||
self._initTable();
|
this._initTable();
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue