We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b236319 commit 36c19baCopy full SHA for 36c19ba
jQuery.print.js
@@ -31,7 +31,7 @@
31
wdoc.write(content);
32
wdoc.close();
33
var printed = false;
34
- function callPrint() {
+ var callPrint = function () {
35
if(printed) {
36
return;
37
}
0 commit comments