Ios an neue callback codes angepasst
This commit is contained in:
@@ -50,9 +50,7 @@ Printer.prototype = {
|
||||
|
||||
if (typeof callback == 'function'){
|
||||
callbackFn = function () {
|
||||
var args = typeof arguments[0] == 'boolean' ? arguments : arguments[0];
|
||||
|
||||
callback.apply(scope || window, args);
|
||||
callback.apply(scope || window, arguments);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user