Also rename internal "utis" functions

This commit is contained in:
Sebastián Katzer
2019-02-06 12:02:41 +01:00
parent a4439df194
commit ec4f721270
7 changed files with 9 additions and 66 deletions

View File

@@ -122,7 +122,7 @@ exports.canPrintItem = function (uri, callback, scope) {
exports.getPrintableTypes = function (callback, scope) {
var fn = this._createCallbackFn(callback, scope);
exec(fn, null, 'Printer', 'utis', []);
exec(fn, null, 'Printer', 'types', []);
};
/**