From 5abafd83e7cb4d78b02ede720b0595e4010f4965 Mon Sep 17 00:00:00 2001 From: lancer <591320480@qq.com> Date: Tue, 4 Jan 2022 20:16:45 +0800 Subject: [PATCH] =?UTF-8?q?Description:=E4=BF=AE=E6=94=B9=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=BC=E5=BC=8F=20Sig:ace=5Fengine=5Flite=20Feature?= =?UTF-8?q?=20or=20Bugfix:Bugfix=20Binary=20Source:No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lancer --- frameworks/src/core/components/event_listener.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frameworks/src/core/components/event_listener.h b/frameworks/src/core/components/event_listener.h index 4ae3fa2..5656f85 100755 --- a/frameworks/src/core/components/event_listener.h +++ b/frameworks/src/core/components/event_listener.h @@ -241,14 +241,14 @@ class ListEventListener final : public ListScrollListener { public: ACE_DISALLOW_COPY_AND_MOVE(ListEventListener); ListEventListener() - : bindScrollStartFunc_(UNDEFINED), bindScrollEndFunc_(UNDEFINED), bindScrollSelectedFunc_(UNDEFINED), - bindScrollTopFunc_(UNDEFINED), bindScrollBottomFunc_(UNDEFINED) + : bindScrollStartFunc_(UNDEFINED), bindScrollEndFunc_(UNDEFINED), bindScrollSelectedFunc_(UNDEFINED), + bindScrollTopFunc_(UNDEFINED), bindScrollBottomFunc_(UNDEFINED) { } ~ListEventListener() { - ReleaseJerryValue(bindScrollStartFunc_, bindScrollEndFunc_, bindScrollSelectedFunc_, bindScrollTopFunc_, - bindScrollBottomFunc_, VA_ARG_END_FLAG); + ReleaseJerryValue(bindScrollStartFunc_, bindScrollEndFunc_, bindScrollSelectedFunc_, bindScrollTopFunc_, + bindScrollBottomFunc_, VA_ARG_END_FLAG); } void EventExcute(const int16_t index, jerry_value_t bindScrollFunc) const