http://ift.tt/SFlSZX enyo . kind ({ name : 'PercentCalculator' , kind : enyo . Component , published : { sum : 0 , //optional default values percent : 0 }, events : { onCalculated : '' }, create : function () { this . inherited ( arguments ); }, calculate : function () { var result ...
No comments:
Post a Comment