[Addon] Fix argument passing to EventEmitter 55/240855/1
authorws29.jung <ws29.jung@samsung.com>
Wed, 12 Aug 2020 06:14:55 +0000 (15:14 +0900)
committerws29.jung <ws29.jung@samsung.com>
Wed, 12 Aug 2020 06:14:55 +0000 (15:14 +0900)
commit583a291e72e2ac3db1945c5a5570077b57227387
tree865553449b116eaa0001b6689b5f80159c994626
parent1d69bfb0915c3e30b240e7ec68f65ad44f3db0db
[Addon] Fix argument passing to EventEmitter

When function argument list '...args' is handled as 'args,
it is no longer can be used as multiple argument list
but a single object.
To keep and pass same argument list through Emitter functions,
inappropariate use of 'args' is now changed to '...args'.

Change-Id: Ia978fbfd9aa337d027442813c04808e903b5bd12
Signed-off-by: ws29.jung <ws29.jung@samsung.com>
wrt_app/src/addon_manager.ts