UNPKG

buttons

Version:

How many ways are there to build a button with Assemble? Many.

22 lines (11 loc) 189 B
var Effeckt = { init: function() { this.bindUIActions(); }, bindUIActions: function() { // event handlers }, specificAction: function() { } }; Effeckt.init();