UNPKG

create-weaveworld-app

Version:

Web application w Weaveworld

13 lines (12 loc) 194 B
W$TYPE={ $name:"Hello", nIncrease: function(el,ev,arg){ ++this.n; }, message:null, greetings: function(el,ev,arg){ W$CALL('!hello',arg, el); } } W$DATA={ n: 1, }