0.0.3 • Published 7 years ago

attachevent v0.0.3

Weekly downloads
21
License
-
Repository
github
Last release
7 years ago

This repository is no longer maintained.

Greenkeeper badge

attachevent

Polyfil for event handling when addEventListener isn't available

install

With npm do:

npm install attachevent

Usage

With browserify

var attachevent = require('attachevent');

attachevent.attachEvent(window, 'load', function load() {
  attachevent.detachEvent(load);
});

license

MIT

0.0.3

7 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago