danoniplus 27.3.0 → 27.3.1
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/js/danoni_main.js +1 -1
- package/js/lib/danoni_constants.js +2 -1
- package/package.json +1 -1
package/js/danoni_main.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*
|
|
6
6
|
* Source by tickle
|
|
7
7
|
* Created : 2019/11/19
|
|
8
|
-
* Revised : 2022/04/10 (v27.3.
|
|
8
|
+
* Revised : 2022/04/10 (v27.3.1)
|
|
9
9
|
*
|
|
10
10
|
* https://github.com/cwtickle/danoniplus
|
|
11
11
|
*/
|
|
@@ -3228,6 +3228,7 @@ const g_errMsgObj = {
|
|
|
3228
3228
|
* - 挿入場所ごとに名前を分けて定義
|
|
3229
3229
|
*/
|
|
3230
3230
|
const g_customJsObj = {
|
|
3231
|
+
preTitle: [],
|
|
3231
3232
|
title: [],
|
|
3232
3233
|
titleEnterFrame: [],
|
|
3233
3234
|
option: [],
|