File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -309,17 +309,17 @@ function demoStringSplitting() {
309309}
310310
311311function demoFromHTML ( ) {
312- var pdf = new jsPDF ( 'p' , 'in' , 'letter' ) ;
312+ var pdf = new jsPDF ( 'p' , 'in' , 'letter' )
313313
314314 // source can be HTML-formatted string, or a reference
315315 // to an actual DOM element from which the text will be scraped.
316- source = $ ( '#fromHTMLtestdiv' ) [ 0 ]
316+ , source = $ ( '#fromHTMLtestdiv' ) [ 0 ]
317317
318318 // we support special element handlers. Register them with jQuery-style
319319 // ID selector for either ID or node name. ("#iAmID", "div", "span" etc.)
320320 // There is no support for any other type of selectors
321321 // (class, of compound) at this time.
322- specialElementHandlers = {
322+ , specialElementHandlers = {
323323 // element with id of "bypass" - jQuery style selector
324324 '#bypassme' : function ( element , renderer ) {
325325 // true = "handled elsewhere, bypass text extraction"
You can’t perform that action at this time.
0 commit comments