Author: ygrego Date: 2015-02-25 08:51:29 +0000 (Wed, 25 Feb 2015) New Revision: 876 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/876 Log: The property "currentFavouriteList" become null and will be instanciated in the constructor like property "favouriteLists". Modified: oipf/js/impl/ChannelConfig.js Modified: oipf/js/impl/ChannelConfig.js =================================================================== --- oipf/js/impl/ChannelConfig.js 2015-02-24 17:09:14 UTC (rev 875) +++ oipf/js/impl/ChannelConfig.js 2015-02-25 08:51:29 UTC (rev 876) @@ -75,7 +75,7 @@ /* Visibility : readonly FavouriteList */ - currentFavouriteList: undefined, + currentFavouriteList: null, /* * \param Integer @@ -93,6 +93,8 @@ }, init: function() { + this.favouriteLists = new FavouriteListCollection(); + this.currentFavouriteList = new FavouriteList(); }, /*