score: prevent warning in web ide for settings module
parent
7a98c039e7
commit
ea3cfece67
|
|
@ -1,4 +1,5 @@
|
||||||
(function (back, inApp, ret) {
|
(function () {
|
||||||
|
return (function (back, inApp, ret) {
|
||||||
function fillSettingsWithDefaults(settings) {
|
function fillSettingsWithDefaults(settings) {
|
||||||
if (settings.winSets == null) {
|
if (settings.winSets == null) {
|
||||||
settings.winSets = 2;
|
settings.winSets = 2;
|
||||||
|
|
@ -182,4 +183,5 @@
|
||||||
E.showMenu(appMenu(back));
|
E.showMenu(appMenu(back));
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
})();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue