Fix linter warning
This commit is contained in:
parent
33814415db
commit
6c91c1ac68
@ -151,7 +151,7 @@ exports.onPrintTaskRequested = function (event) {
|
|||||||
} catch (e) {}
|
} catch (e) {}
|
||||||
|
|
||||||
task.oncompleted = function (e) {
|
task.oncompleted = function (e) {
|
||||||
exports._func(e.detail[0].completion == 3);
|
exports._func(e.detail[0].completion === 3);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user