Skip to content

Instantly share code, notes, and snippets.

@jcstringer
Created November 23, 2011 23:49
Show Gist options
  • Save jcstringer/1390269 to your computer and use it in GitHub Desktop.
Save jcstringer/1390269 to your computer and use it in GitHub Desktop.
store.on({'loadexception':{
fn: function(httpProxy, dataObject, arguments, exception){
console.log('** - Data Store listener fired (loadexception), arguments:',arguments);
console.log('** - Data Store listener fired (loadexception), exception:',exception);
}
,scope:this
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment