Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.
/ azazel Public archive

Another events handler that can be attached to an object.

License

Notifications You must be signed in to change notification settings

kiltjs/azazel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 9, 2019
7178ad7 · Sep 9, 2019
Sep 9, 2019
Sep 9, 2019
Jan 2, 2017
Nov 21, 2018
Nov 14, 2017
Nov 14, 2017
Nov 14, 2017
Nov 30, 2014
Aug 29, 2018
Aug 22, 2018
Nov 14, 2017
Nov 14, 2017
Sep 9, 2019
Sep 9, 2019
Dec 9, 2016

Repository files navigation

@kilt/azazel

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

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');

About

Another events handler that can be attached to an object.

Resources

License

Stars

Watchers

Forks

Packages

No packages published