0.1.1 • Published 12 years ago
bloody-domready v0.1.1
domready
Install
$ npm install bloody-domreadyRequire
var domReady = require("bloody-domready")API
domReady(fn)
Executes fn asynchronously, only when the DOM is ready.
If an error is thrown within fn, it will not affect the rest of the code, of the other callbacks.
