Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 724 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 724 Bytes

DOM ready / Cordova's deviceready 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