Author: ygrego Date: 2015-04-02 15:24:18 +0000 (Thu, 02 Apr 2015) New Revision: 1058 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1058 Log: Renaming of method which ihas been bound with property "getNumber". Modified: oipf/js/utils/ChannelService.js Modified: oipf/js/utils/ChannelService.js =================================================================== --- oipf/js/utils/ChannelService.js 2015-04-02 14:56:53 UTC (rev 1057) +++ oipf/js/utils/ChannelService.js 2015-04-02 15:24:18 UTC (rev 1058) @@ -11,7 +11,7 @@ }, init: function(currentChannel) { - this.getNumber = oipf.utils.generateFiveDigit.bind(null); + this.getNumber = oipf.utils.generateFourDigit.bind(null); var channelName = "ARTE"; var channelIdType = 12; var channelArte = new Channel(channelIdType, 52, 53, 54, channelName);
participants (1)
-
ygregoï¼ users.nuiton.org