Skip to content

gre/qstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOM ready promisified with Q

Usage

    var Qstart = require('qstart');

    function init (doc) {
        // do stuff on success...
    }

    function onError (err) {
        // do stuff on error...
    }

    Qstart().then(init, onError);

About

DOM ready promisified with Q

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%