From c4dcd265e4dffdedb7a7dae1648ea6dbc043bb7d Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 8 Dec 2010 19:20:44 +0000 Subject: [PATCH] Fix syntax error from r77928 --- modules/jquery.wikiEditor.templateEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jquery.wikiEditor.templateEditor.js b/modules/jquery.wikiEditor.templateEditor.js index ad241f4f..7b08fc76 100644 --- a/modules/jquery.wikiEditor.templateEditor.js +++ b/modules/jquery.wikiEditor.templateEditor.js @@ -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 ) {