User "Catrope" posted a comment on MediaWiki.r99108. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99108#c23996 Commit summary:
Kill weird leading semi colon from jquery.form.js More documentation stuff Comment: Yeah, keep it in, it's harmless. ResourceLoader/JSMinifier already separate concatenated files with semicolons anyway. In the worst case, that'll result in something like <code>lastStatementOfFoo;;;firstStatementOfJqueryForm</code> but that's OK: empty statements like those are valid syntax and ignored by the interpreter. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
