1.2.4 • Published 6 years ago

@kilt/azazel v1.2.4

Weekly downloads
105
License
MIT
Repository
github
Last release
6 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

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago