You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2020/09/21 14:42:23 UTC

[royale-asjs] branch develop updated: Update TweenEffectInstance.as

This is an automated email from the ASF dual-hosted git repository.

pushminakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new f0ec4eb  Update TweenEffectInstance.as
f0ec4eb is described below

commit f0ec4ebb9c159b233c5511c87039ba1de2440918
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Mon Sep 21 19:41:13 2020 +0500

    Update TweenEffectInstance.as
---
 .../src/main/royale/mx/effects/effectClasses/TweenEffectInstance.as   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/effectClasses/TweenEffectInstance.as b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/effectClasses/TweenEffectInstance.as
index 41bfc94..7d72142 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/effectClasses/TweenEffectInstance.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/effectClasses/TweenEffectInstance.as
@@ -346,7 +346,7 @@ public class TweenEffectInstance extends EffectInstance
 		return newTween;
 	}
 	
-	/* mx_internal function applyTweenStartValues():void
+	mx_internal function applyTweenStartValues():void
 	{
 		if (duration > 0)
 		{
@@ -354,7 +354,7 @@ public class TweenEffectInstance extends EffectInstance
 		}
 	}
 	
-	private function tweenEventHandler(event:TweenEvent):void
+/*	private function tweenEventHandler(event:TweenEvent):void
 	{
 		dispatchEvent(event);
 	} */