Harbs commented on issue #641: Fix PAYG violations and code debt URL: https://github.com/apache/royale-asjs/issues/641#issuecomment-569530395 Here's is some minified code which I believe comes from CSSUtils: ```` Df.prototype.h=function(){return{methods:function(){return{'|attributeFromColor':{type:m,g:Mb,parameters:function(){return[$b,!1]}},'|toNumber':{type:k,g:Mb,parameters:function(){return[m,!1,k,!0]}},'|toColor':{type:$b,g:Mb,parameters:function(){return[l,!1]}},'|toColorWithAlpha':{type:$b,g:Mb,parameters:function(){return[l,!1]}},'|getTopValue':{type:k,g:Mb,parameters:function(){return[l,!1,l,!1,k,!0]}},'|getRightValue':{type:k,g:Mb,parameters:function(){return[l,!1,l,!1,k,!0]}},'|getBottomValue':{type:k, g:Mb,parameters:function(){return[l,!1,l,!1,k,!0]}},'|getLeftValue':{type:k,g:Mb,parameters:function(){return[l,!1,l,!1,k,!0]}},'|getSideValue':{type:k,g:Mb,parameters:function(){return[l,!1,l,!1,q,!1,k,!0]}}}}}}; ```` I believe this is from: ```` org.apache.royale.utils.CSSUtils.prototype.ROYALE_REFLECTION_INFO = function () { return { methods: function () { return { '|attributeFromColor': { type: 'String', declaredBy: 'org.apache.royale.utils.CSSUtils', parameters: function () { return [ 'uint', false ]; }}, '|toNumber': { type: 'Number', declaredBy: 'org.apache.royale.utils.CSSUtils', parameters: function () { return [ 'String', false ,'Number', true ]; }}, '|toColor': { type: 'uint', declaredBy: 'org.apache.royale.utils.CSSUtils', parameters: function () { return [ 'Object', false ]; }}, '|toColorWithAlpha': { type: 'uint', declaredBy: 'org.apache.royale.utils.CSSUtils', parameters: function () { return [ 'Object', false ]; }}, '|getTopValue': { type: 'Number', declaredBy: 'org.apache.royale.utils.CSSUtils', parameters: function () { return [ 'Object', false ,'Object', false ,'Number', true ]; }}, '|getRightValue': { type: 'Number', declaredBy: 'org.apache.royale.utils.CSSUtils', parameters: function () { return [ 'Object', false ,'Object', false ,'Number', true ]; }}, '|getBottomValue': { type: 'Number', declaredBy: 'org.apache.royale.utils.CSSUtils', parameters: function () { return [ 'Object', false ,'Object', false ,'Number', true ]; }}, '|getLeftValue': { type: 'Number', declaredBy: 'org.apache.royale.utils.CSSUtils', parameters: function () { return [ 'Object', false ,'Object', false ,'Number', true ]; }}, '|getSideValue': { type: 'Number', declaredBy: 'org.apache.royale.utils.CSSUtils', parameters: function () { return [ 'Object', false ,'Object', false ,'int', false ,'Number', true ]; }} }; } }; }; ````
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
