You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
For a certain line of code (firstReponseURL = bcplResp.match(/<td width="1%" valign="top">[\r\n\s]*<a href="(\/Mobile\/Search\/Title\/[0-9\.]*)">/)[1]) jsbeautify gets all wonky, is it possible to disable it for one line (so I can call control+c+f normally but it ignores that line to beautify). Ideally it would be something like a comment in the line above and below so as to tell jsbeautify to skip over the next line?
Hi,
For a certain line of code (
firstReponseURL = bcplResp.match(/<td width="1%" valign="top">[\r\n\s]*<a href="(\/Mobile\/Search\/Title\/[0-9\.]*)">/)[1]
) jsbeautify gets all wonky, is it possible to disable it for one line (so I can call control+c+f normally but it ignores that line to beautify). Ideally it would be something like a comment in the line above and below so as to tell jsbeautify to skip over the next line?Edit: something like beautifier/js-beautify#384
The text was updated successfully, but these errors were encountered: