From: DongHyun Song Date: Wed, 6 Jan 2021 04:42:46 +0000 (+0900) Subject: Fix wrong function name X-Git-Tag: submit/tizen_6.0/20210114.051529^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F250949%2F1;p=platform%2Fframework%2Fweb%2Fwrtjs.git Fix wrong function name change 'showPlainNotification' to 'postPlainNotification' Change-Id: Id1e4c307e9acd45715a843b8305e92c01055afe5 Signed-off-by: DongHyun Song --- diff --git a/wrt_app/service/device_api_router.ts b/wrt_app/service/device_api_router.ts index f74f15eb..9dcb904a 100644 --- a/wrt_app/service/device_api_router.ts +++ b/wrt_app/service/device_api_router.ts @@ -68,7 +68,7 @@ export class DeviceAPIRouter { getPackageId: { writable: false, enumerable: true }, getPermissions: { writable: false, enumerable: true }, getServiceId: { writable: false, enumerable: true }, - showPlainNotification: { writable: false, enumerable: true }, + postPlainNotification: { writable: false, enumerable: true }, }); this.initEdgeWebapis(); this.initMDEWebapis();