dojox.storage.Provider.initialize
dojo.require("dojox.storage.Provider");
defined in dojox/storage/Provider.js
Allows this storage provider to initialize itself. This is called after the page has finished loading, so you can not do document.writes(). Storage Provider subclasses should initialize themselves inside of here rather than in their function constructor.
Usage
function () (view source)