pashminakazi commented on issue #713: Conversion of Numbers to Decimal is not 
working
URL: https://github.com/apache/royale-asjs/issues/713#issuecomment-586144547
 
 
   What to change in NumberFormatter Precision Function?
   
   public function set precision(value:Object):void
          {
              //precisionOverride = value;
   
              _precision = value != null ?
                           int(value) : int(value)
                          /* resourceManager.getInt(
                               "formatters", "numberFormatterPrecision") */ ;
          }

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to