Ios an neue callback codes angepasst

This commit is contained in:
Sebastián Katzer
2013-08-24 20:59:49 +02:00
parent b6f0a03058
commit a17e0d006d
2 changed files with 16 additions and 24 deletions

View File

@@ -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);
}
}