diff --git a/jQuery.print.js b/jQuery.print.js index c3031f9..a13cb2c 100644 --- a/jQuery.print.js +++ b/jQuery.print.js @@ -31,7 +31,7 @@ wdoc.write(content); wdoc.close(); var printed = false; - function callPrint() { + var callPrint = function () { if(printed) { return; }