0.0.3 • Published 8 years ago

attachevent v0.0.3

Weekly downloads
21
License
-
Repository
github
Last release
8 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

8 years ago

0.0.2

12 years ago

0.0.1

12 years ago

0.0.0

12 years ago