Fix invalid reference bug

This commit is contained in:
Duncan Sommerville 2015-11-12 15:32:38 -05:00
parent 28e95d5c16
commit 607176276a

View file

@ -217,7 +217,7 @@ var AIRTIME = (function (AIRTIME) {
PodcastController.prototype.initialize.call(this);
// We want to override the default tab name behaviour and use "Station Podcast" for clarity
this.$scope.tab.setName(jQuery.i18n._("Station Podcast"));
self._initTable();
this._initTable();
};
/**