Retrieves the hash of the current page url.
getHash: function()
Sets the hash of the current page url.
setHash: function( newHash )
Sets the default application state of the History object.
setDefault: function( defaultHashObj )
Retrieves an object representation of the current state of the History object, containing any hash name/value pairs as properties of the object.
getParams: function()
Retrieves the current topic of the History object.
getTopic: function()
Static function--Retrieves a Mojo History instance.
mojo.History.getInstance = function()