Skip to content

Commit 8bc6de2

Browse files
author
Sathvik Ponangi
authored
fix strict mode error in Safari - Merge pull request #64 from 3kthor3adward/master
fix strict mode error in Safari - http://eslint.org/docs/rules/no-inner-declarations Thanks @3kthor3adward
2 parents b236319 + 36c19ba commit 8bc6de2

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)