diff --git a/www/printer.js b/www/printer.js index e002935..ef0cb3d 100755 --- a/www/printer.js +++ b/www/printer.js @@ -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;