bermi / eventify

Lightweight module that can be mixed in to any object in order to provide it with custom events. For node.js and the browser. Based on Backbone.Events
37 stars 2 forks source link

Move noConflict outside of the actual code #4

Closed emirotin closed 10 years ago

emirotin commented 10 years ago

This purifies the code a bit making the actual code agnostic of the environment it runs in. It also doesn't create useless noConflict method in cjs/amd environment

bermi commented 10 years ago

@emirotin thanks for the improvement. It's now available on npm as eventify@1.1.0, which also brings eventify up to date with the latest improvements and methods added to Backbone.Events