cronapi-js 3.1.0-SP.2 → 3.1.0-SP.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cronapi.js +2 -1
- package/i18n/locale_en_us.json +1 -1
- package/package.json +1 -1
package/cronapi.js
CHANGED
|
@@ -1538,6 +1538,7 @@ function cronapi() {
|
|
|
1538
1538
|
|
|
1539
1539
|
/**
|
|
1540
1540
|
* @type function
|
|
1541
|
+
* @platform W
|
|
1541
1542
|
* @name {{changeTitleScreen}}
|
|
1542
1543
|
* @nameTags changeTitleScreen
|
|
1543
1544
|
* @description {{functionToChangeTitleScreen}}
|
|
@@ -8255,4 +8256,4 @@ try {
|
|
|
8255
8256
|
window
|
|
8256
8257
|
};
|
|
8257
8258
|
}
|
|
8258
|
-
} catch(err) {}
|
|
8259
|
+
} catch(err) {}
|
package/i18n/locale_en_us.json
CHANGED
|
@@ -2206,7 +2206,7 @@
|
|
|
2206
2206
|
"throwExceptionName": "Throw Exception",
|
|
2207
2207
|
"throwExceptionParam0": "Message",
|
|
2208
2208
|
"timeout": "Time Out",
|
|
2209
|
-
"title": "
|
|
2209
|
+
"title": "Title",
|
|
2210
2210
|
"toggleClass": "Toggle class",
|
|
2211
2211
|
"toggleClassDesc": "Function to toggle class",
|
|
2212
2212
|
"toLogic": "For logic",
|