remove module reference from method calls
This commit is contained in:
parent
e2d975de09
commit
6ffae6cbe0
55 changed files with 434 additions and 434 deletions
|
@ -110,7 +110,7 @@ define(['events', 'globalize', 'playbackManager', 'connectionManager', 'playMeth
|
|||
|
||||
function translateReason(reason) {
|
||||
|
||||
return globalize.translate('sharedcomponents#' + reason);
|
||||
return globalize.translate('' + reason);
|
||||
}
|
||||
|
||||
function getTranscodingStats(session, player, displayPlayMethod) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue