balderdashy / mast

UI conventions built on top of Backbone.JS
MIT License
81 stars 14 forks source link

Global event handler, Region insert method updates #105

Closed sgress454 closed 11 years ago

sgress454 commented 11 years ago

Fixed global event handler to pass along event arguments as well as event name params. Updated Region.append and Region.insert to return the component added. Updated Region.insert to allow "componentId" argument to contain an pre-instantiated component object.