Merge branch 'es6' into migrate-to-ES6-33

This commit is contained in:
Cameron
2020-07-21 14:42:31 +01:00
committed by GitHub
76 changed files with 2070 additions and 1607 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ define(['appSettings', 'userSettings', 'playbackManager', 'connectionManager', '
function alertText(text, title) {
require(['alert'], function (alert) {
alert({
alert.default({
text: text,
title: title
});