make the env available on the node

This commit is contained in:
Kevin Dangoor 2011-01-12 15:57:12 -05:00
commit 801f7c5c27

View file

@ -69,6 +69,7 @@ var ace = {
window.addEventListener("resize", function() {
env.editor.resize();
}, false);
el.env = env;
});
}
};