From 3391a8e6fd5df0d464edaffd98c2b3fde23acf5a Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Tue, 26 Jun 2012 16:03:56 -0700 Subject: refactored to move bindings to template Signed-off-by: Ananya Sen --- js/document/views/code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/document/views/code.js') diff --git a/js/document/views/code.js b/js/document/views/code.js index c8b2a23e..5467b0f1 100755 --- a/js/document/views/code.js +++ b/js/document/views/code.js @@ -114,7 +114,7 @@ exports.CodeDocumentView = Montage.create(BaseDocumentView, { // this.textViewContainer.style.display="block"; // - this.editor = this.application.ninja.codeEditorController.createEditor(this, type, file.extension, textDocument); + this.editor = this.application.ninja.codeEditorWrapper.createEditor(this, type, file.extension, textDocument); this.editor.hline = this.editor.setLineClass(0, "activeline"); } }, -- cgit v1.2.3