From 801f7c5c27ee7cf6c85be4381548f45b31659906 Mon Sep 17 00:00:00 2001 From: Kevin Dangoor Date: Wed, 12 Jan 2011 15:57:12 -0500 Subject: [PATCH] make the env available on the node --- build_support/boot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build_support/boot.js b/build_support/boot.js index 3b074993..e311cebc 100644 --- a/build_support/boot.js +++ b/build_support/boot.js @@ -69,6 +69,7 @@ var ace = { window.addEventListener("resize", function() { env.editor.resize(); }, false); + el.env = env; }); } };