Content deleted Content added
edit summary |
case of null match |
||
Line 70:
afterSectionName = summary.match(/^\/\*[^\*]+\*\/\s+(.+)/);
if ( afterSectionName && afterSectionName[1].length > 1 )
{
addition = "; " + addition;
|