whitespace :P
This commit is contained in:
parent
eb25b45276
commit
187aa12e73
@ -1024,8 +1024,8 @@
|
||||
|
||||
afchPage.getText( true ).done( function ( rawText ) {
|
||||
var
|
||||
// Simulate cleanUp first so that we don't warn about HTML
|
||||
// comments that the script will remove anyway in the future
|
||||
// Simulate cleanUp first so that we don't warn about HTML
|
||||
// comments that the script will remove anyway in the future
|
||||
text = ( new AFCH.Text( rawText ) ).cleanUp( true ),
|
||||
longCommentRegex = /(?:<![ \r\n\t]*--)([^\-]|[\r\n]|-[^\-]){30,}(?:--[ \r\n\t]*>)?/g,
|
||||
longCommentMatches = text.match( longCommentRegex ) || [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user