Slide 65
Slide 65 text
CODE SAMPLE:
// Note: all input validation done by the mediator
animate:function( props ){
return core.dom.animate(props);
},
bind:function( el , type, fn ){
dom.bind(el, type, fn);
},
unbind:function( el , type, fn ){
dom.unbind(el, type, fn);
},
ignore:function( e ){
events.remove(e, module);
},
createElement:function( el, config ){