From e52a99937efde987d16ce3c8b31d65fd4364a87a Mon Sep 17 00:00:00 2001 From: Yingjie Li Date: Thu, 22 Aug 2019 10:13:07 +0800 Subject: [PATCH] fix(inner-audio): fix typo --- src/core/service/api/context/inner-audio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/service/api/context/inner-audio.js b/src/core/service/api/context/inner-audio.js index dd8546ae4..1dc28cd38 100644 --- a/src/core/service/api/context/inner-audio.js +++ b/src/core/service/api/context/inner-audio.js @@ -5,7 +5,7 @@ import getRealPath from 'uni-platform/helpers/get-real-path' */ const innerAudioContextEventNames = ['onCanplay', 'onPlay', 'onPause', 'onStop', 'onEnded', 'onTimeUpdate', 'onError', 'onWaiting', 'onSeeking', 'onSeeked'] -const innerAudioContextOffEventNames = ['offCanplay', 'offPlay', 'offPause', 'offStop', 'offEnded', 'offTimeUpdate', 'offError', 'offWaiting', 'offSeeking', 'offSeeke'] +const innerAudioContextOffEventNames = ['offCanplay', 'offPlay', 'offPause', 'offStop', 'offEnded', 'offTimeUpdate', 'offError', 'offWaiting', 'offSeeking', 'offSeeked'] /** * 音频上下文对象 -- GitLab