From cf191df0b85f15d20e7f35489e7cab382c7813a2 Mon Sep 17 00:00:00 2001 From: Egil Moeller Date: Tue, 28 Feb 2012 21:14:31 +0100 Subject: [PATCH] So simple, yet so hard to find. Finally I found you, oh error caused by the new require usage... --- src/static/js/ace.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/static/js/ace.js b/src/static/js/ace.js index 610aa33b1..7022b1c52 100644 --- a/src/static/js/ace.js +++ b/src/static/js/ace.js @@ -238,7 +238,10 @@ function Ace2Editor() } else { file = ACE_SOURCE; file = file.replace(/^\.\.\/static\/js\//, '../minified/'); - buffer.push('\ \ ');