Function
TODOC where we store data until we're ready to send it off. the data queue;
Function
Schedule the data pushing routines to happen in interval ms
Function
add data to the queue. Will be pusshed to the server on the next data push
Function
TODOC?
Function
pushes data to the server if any exists. If a push is done, return the deferred after hooking up completion callbacks. If there is no data to be pushed, return false;
Function
TODOC
Function
If our data push was successfully, remove the _inTransit data and schedule the next parser run.
Object
Object