From 36c19ba05ca2913681735ea5eedb1c18e48c0a7a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 3 Jan 2017 11:26:22 -0600 Subject: [PATCH] fix strict mode error --- jQuery.print.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }