Rename canPrint to canPrintItem
This commit is contained in:
parent
ce27a883ab
commit
0d36c1034b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user