Lines Matching refs:update
401 * update: function(data) {
402 * // called when update is called on your window bypassing the data param
421 * $myWindow.update(data) to trigger your update callback with given data or
436 update: [],
599 $window.update = function (data) {
601 self.fire('update', [data])
653 if (self.options.update && typeof self.options.update === 'function') {
654 this.addCallback('update', this.options.update, this.getContext)
662 self.fire('update', [self.pendingUpdates[i].data])
979 update: function (data) {
1049 update: function (data) {
1097 $.messagesWindow.update(data)
1257 $.messagesWindow.update(data)
1828 * if the top of the page is inside a function scope. If so, update the
1846 $.scopesWindow.update({