don't need string coercion

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/9e2dbed2
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/9e2dbed2
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/9e2dbed2

Branch: refs/heads/core_js_to_as
Commit: 9e2dbed2ef415ea5a79f210bc9f106602cf630b9
Parents: 83f5f6e
Author: Alex Harui <[email protected]>
Authored: Thu Nov 26 09:52:30 2015 -0800
Committer: Alex Harui <[email protected]>
Committed: Thu Nov 26 09:52:30 2015 -0800

----------------------------------------------------------------------
 .../projects/Core/as/src/org/apache/flex/utils/CSSUtils.as      | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e2dbed2/frameworks/projects/Core/as/src/org/apache/flex/utils/CSSUtils.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Core/as/src/org/apache/flex/utils/CSSUtils.as 
b/frameworks/projects/Core/as/src/org/apache/flex/utils/CSSUtils.as
index 9be0e06..770c428 100644
--- a/frameworks/projects/Core/as/src/org/apache/flex/utils/CSSUtils.as
+++ b/frameworks/projects/Core/as/src/org/apache/flex/utils/CSSUtils.as
@@ -92,6 +92,7 @@ package org.apache.flex.utils
                 *  @playerversion Flash 10.2
                 *  @playerversion AIR 2.6
                 *  @productversion FlexJS 0.0
+         *  @flexjsignorecoercion String
          */
         public static function toColorWithAlpha(value:Object):uint
         {
@@ -151,6 +152,7 @@ package org.apache.flex.utils
          *  @playerversion Flash 10.2
          *  @playerversion AIR 2.6
          *  @productversion FlexJS 0.0
+         *  @flexjsignorecoercion String
          */
         public static function getLeftValue(value:Object, values:Object, 
reference:Number = NaN):Number
         {
@@ -191,6 +193,7 @@ package org.apache.flex.utils
          *  @playerversion Flash 10.2
          *  @playerversion AIR 2.6
          *  @productversion FlexJS 0.0
+         *  @flexjsignorecoercion String
          */
         public static function getRightValue(value:Object, values:Object, 
reference:Number = NaN):Number
         {
@@ -228,6 +231,7 @@ package org.apache.flex.utils
          *  @playerversion Flash 10.2
          *  @playerversion AIR 2.6
          *  @productversion FlexJS 0.0
+         *  @flexjsignorecoercion String
          */
         public static function getTopValue(value:Object, values:Object, 
reference:Number = NaN):Number
         {
@@ -265,6 +269,7 @@ package org.apache.flex.utils
          *  @playerversion Flash 10.2
          *  @playerversion AIR 2.6
          *  @productversion FlexJS 0.0
+         *  @flexjsignorecoercion String
          */
         public static function getBottomValue(value:Object, values:Object, 
reference:Number = NaN):Number
         {

Reply via email to