Fix incorrect variable name: mimeType -> this.mimeType.
This commit is contained in:
parent
90979faedd
commit
22c98e6240
@ -42,7 +42,7 @@ DocInfo.prototype = {
|
|||||||
if (appInfo != null) {
|
if (appInfo != null) {
|
||||||
appInfo.launch_uris([this.uri], Main.createAppLaunchContext());
|
appInfo.launch_uris([this.uri], Main.createAppLaunchContext());
|
||||||
} else {
|
} else {
|
||||||
log("Failed to get default application info for mime type " + mimeType +
|
log("Failed to get default application info for mime type " + this.mimeType +
|
||||||
". Will try to use the last application that registered the document.");
|
". Will try to use the last application that registered the document.");
|
||||||
let appName = this._recentInfo.last_application();
|
let appName = this._recentInfo.last_application();
|
||||||
let [success, appExec, count, time] = this._recentInfo.get_application_info(appName);
|
let [success, appExec, count, time] = this._recentInfo.get_application_info(appName);
|
||||||
|
Loading…
Reference in New Issue
Block a user