Fix linter warning

This commit is contained in:
Sebastián Katzer 2019-02-11 15:02:00 +01:00
parent 33814415db
commit 6c91c1ac68

View File

@ -151,7 +151,7 @@ exports.onPrintTaskRequested = function (event) {
} catch (e) {}
task.oncompleted = function (e) {
exports._func(e.detail[0].completion == 3);
exports._func(e.detail[0].completion === 3);
};
};