Skip to content
Snippets Groups Projects
Commit fc088f19 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Fixing the doCancel to pass back null for the success

parent 94085b15
No related branches found
No related tags found
No related merge requests found
......@@ -108,10 +108,7 @@ PageController.extend("Dialog", {}, {
doCancel: function() {
var self=this;
// cancel
if(self.onerror) {
self.onerror("cancelled");
}
self.onsuccess && self.onsuccess(null);
},
doSignIn: function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment