From cc85879810066e74b606567b48e914aa8794df92 Mon Sep 17 00:00:00 2001 From: eston Date: Tue, 4 Jan 2011 17:15:13 -0800 Subject: [PATCH] Don't short circuit now --- .../frontend/public/javascript/gollum-editor/gollum.editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/gollum/frontend/public/javascript/gollum-editor/gollum.editor.js b/lib/gollum/frontend/public/javascript/gollum-editor/gollum.editor.js index d0776f47..33129efd 100755 --- a/lib/gollum/frontend/public/javascript/gollum-editor/gollum.editor.js +++ b/lib/gollum/frontend/public/javascript/gollum-editor/gollum.editor.js @@ -167,7 +167,6 @@ debug('Failed to load language definition for ' + name); // well, fake it and turn everything off for this one LanguageDefinition.define( name, {} ); - return; } // update features that rely on the language definition