Skip to content

Commit 36c19ba

Browse files
author
root
committed
fix strict mode error
1 parent b236319 commit 36c19ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jQuery.print.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
wdoc.write(content);
3232
wdoc.close();
3333
var printed = false;
34-
function callPrint() {
34+
var callPrint = function () {
3535
if(printed) {
3636
return;
3737
}

0 commit comments

Comments
 (0)