Author: ygrego Date: 2015-04-01 14:34:56 +0000 (Wed, 01 Apr 2015) New Revision: 1025 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1025 Log: Rename the method. Modified: oipf/js/impl/VideoBroadcastObject.js Modified: oipf/js/impl/VideoBroadcastObject.js =================================================================== --- oipf/js/impl/VideoBroadcastObject.js 2015-04-01 14:29:05 UTC (rev 1024) +++ oipf/js/impl/VideoBroadcastObject.js 2015-04-01 14:34:56 UTC (rev 1025) @@ -287,7 +287,7 @@ * in section 7.13.9. The method SHALL return the value null if the channel list is not * (partially) managed by the OITF (i.e., if the channel list information is managed entirely in the network). */ - getChannelConfigr: function() { + getChannelConfig: function() { return oipfObjectFactory.createChannelConfig(); },