mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 319006: External view source editor does not fallback to internal viewer on error, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor
This commit is contained in:
parent
0ba93bd403
commit
691d0d7966
@ -224,7 +224,7 @@ var gViewSourceUtils = {
|
||||
gViewSourceUtils.handleCallBack(this.callBack, true, this.data);
|
||||
} catch (ex) {
|
||||
// we failed loading it with the external editor.
|
||||
this.handleCallBack(this.callBack, false, this.data);
|
||||
gViewSourceUtils.handleCallBack(this.callBack, false, this.data);
|
||||
} finally {
|
||||
this.destroy();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user