Rename canPrint to canPrintItem

This commit is contained in:
Sebastián Katzer 2019-01-25 14:10:16 +01:00
parent ce27a883ab
commit 0d36c1034b

View File

@ -94,7 +94,7 @@ exports._defaults = {
*
* @return [ Void ]
*/
exports.canPrint = function (uri, callback, scope) {
exports.canPrintItem = function (uri, callback, scope) {
if (typeof uri == 'function') {
scope = callback;