jEngine: Events wercker status

Bower version npm version Build Status

Installation

npm install jstools-events --save

or

bower install jn-events --save

Usage

var obj = new Events();

obj.$$on('foo', function () {
  flag = true;
});

obj.$$trigger('foo');