mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
메시지 맵을 생성할 때 발생하는 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6882 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2c76ce0757
commit
d2506cd198
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ _app_base = {
|
|||
fn._fn = val;
|
||||
|
||||
if (RegExp.$2) { // is hooker?
|
||||
if ($.isArray(msgs[RegExp.$1])) msgs[RegExp.$1] = [];
|
||||
if (!$.isArray(msgs[RegExp.$1])) msgs[RegExp.$1] = [];
|
||||
msgs[RegExp.$1].push(fn);
|
||||
} else { // register only one main function
|
||||
msgs[RegExp.$1] = fn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue