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

harbs 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 4e78d26e2c version comment
4e78d26e2c is described below

commit 4e78d26e2c683ef0ca94c3ce4bb5808bbc0cf090
Author: Harbs <[email protected]>
AuthorDate: Sun Aug 20 22:02:30 2023 +0300

    version comment
---
 .../Core/src/main/royale/org/apache/royale/utils/number/toDecimals.as | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/number/toDecimals.as
 
b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/number/toDecimals.as
index 89ba4baa90..fe2416fe15 100644
--- 
a/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/number/toDecimals.as
+++ 
b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/number/toDecimals.as
@@ -41,6 +41,10 @@ package org.apache.royale.utils.number
         *  trace(MathUtil.round(314159, -3)) // 314000
         *  trace(MathUtil.round(314159, -4)) // 310000
         *  </pre>
+        * 
+        *  @langversion 3.0
+        *  @productversion Royale 0.9.10
+        * 
         */
        public function toDecimals(value:Number, precision:int = 0):Number
        {

Reply via email to