This is an automated email from the ASF dual-hosted git repository. yishayw pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit fb4260a1731c182b9e49ea42f1008889796d5064 Author: Yishay Weiss <[email protected]> AuthorDate: Sat Oct 24 14:29:34 2020 +0100 ExposE cUBIC function in emulation --- frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as | 2 +- frameworks/projects/MXRoyale/src/main/royale/mx/effects/easing/Cubic.as | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as index 9aeed54..e406fb2 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as +++ b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as @@ -32,7 +32,7 @@ internal class MXRoyaleClasses import mx.core.DPIClassification; DPIClassification; import mx.core.DesignLayer; DesignLayer; import mx.effects.AnimateProperty; AnimateProperty; - //import mx.effects.easing.Cubic; Cubic; + import mx.effects.easing.Cubic; Cubic; //import mx.effects.easing.Quintic; Quintic; import mx.events.StateChangeEvent; StateChangeEvent; //import mx.graphics.BitmapFill; BitmapFill; diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/easing/Cubic.as b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/easing/Cubic.as index f97411e..a5d3658 100644 --- a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/easing/Cubic.as +++ b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/easing/Cubic.as @@ -43,7 +43,7 @@ package mx.effects.easing */ public class Cubic { - include "../../core/Version.as"; + //include "../../core/Version.as"; //-------------------------------------------------------------------------- //
