dojox.analytics.pushData
dojo.require("dojox.analytics._base");
defined in dojox/analytics/_base.js
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;
Usage
function () (view source)