event-object.js

Attach events to any object
git clone git://git.finwo.net/lib/event-object.js
Log | Files | Refs | README | LICENSE

Makefile (128B)


      1 uglifyjs:
      2 	{ echo "// Build by" $$(whoami) "@" $$(date) ; uglifyjs -c -m -- dist/event-object.js ; } > dist/event-object.min.js