.update({delta},callback)
.update({delta},callback) – This updates the fields specified in the delta object. The optional callback parameter will be called once the update has completed.
hifi({query}).update({key:'changed values'},function(){ alert('Page Updated'); });
