whitespace :P

This commit is contained in:
theopolisme 2014-05-07 21:43:44 -05:00
parent eb25b45276
commit 187aa12e73

View File

@ -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 ) || [],