attachevent
v0.0.3
Published
attachevent polyfill
Readme
This repository is no longer maintained.
attachevent
Polyfil for event handling when addEventListener isn't available
install
With npm do:
npm install attacheventUsage
With browserify
var attachevent = require('attachevent');
attachevent.attachEvent(window, 'load', function load() {
attachevent.detachEvent(load);
});
license
MIT
