1.2.4 • Published 5 years ago

@kilt/azazel v1.2.4

Weekly downloads
105
License
MIT
Repository
github
Last release
5 years ago

@kilt/azazel

Another events handler/wrapper that can be attached to an object.

npm.io Build Status GitHub license

Installation

npm i -S @kilt/azazel

# npm install --save @kilt/azazel

Usage

var obj = new Azazel();

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

obj.trigger('foo');
1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago