0.2.0 • Published 10 years ago

qstart v0.2.0

Weekly downloads
8
License
MIT
Repository
github
Last release
10 years ago

DOM ready promisified with Q

Build Status

Dependency Status

SauceLabs Status

Usage

    var Qstart = require('qstart');

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

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

    Qstart.then(onSuccess, onError);

Install

via npm

npm install qstart

Test

npm install
grunt test
0.2.0

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago