Fix syntax error from r77928

This commit is contained in:
Sam Reed 2010-12-08 19:20:44 +00:00
parent 151f0b5133
commit c4dcd265e4

View file

@ -253,7 +253,7 @@ fn: {
$template.parent().attr('contentEditable', 'false');
}
$template.click( function(event) {event.preventDefault(); return false;}; )
$template.click( function(event) {event.preventDefault(); return false;} );
$template.find( '.wikiEditor-template-name' )
.click( function( event ) {