Skip to content

Instantly share code, notes, and snippets.

@garrettwilkin
Created July 29, 2013 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garrettwilkin/6107423 to your computer and use it in GitHub Desktop.
Save garrettwilkin/6107423 to your computer and use it in GitHub Desktop.
this._commsAjax("pagedQuery",
data,
$.proxy(function(data) {
if (data.errorCode != 0) {
delete this._activeSess[sessionId];
queryObj.error(data.errorText, data.errorCode);
}
}, this)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment