diff --git a/printThis.js b/printThis.js index f608397..f7e18ee 100644 --- a/printThis.js +++ b/printThis.js @@ -285,6 +285,6 @@ base: false, // preserve the BASE tag, or accept a string for the URL doctypeString: '', // html doctype removeScripts: false, // remove script tags before appending - copyTagClasses: false // copy classes from the html & body tag + copyTagClasses: false // copy classes from the html & body tag }; })(jQuery);