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') 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 From 98f9b6555bb7db7d15b0842758f27b2a77c4da5e Mon Sep 17 00:00:00 2001 From: Jonathan Duran Date: Wed, 27 Jun 2012 11:19:44 -0700 Subject: Fix element getting stuck with live preview mode Signed-off-by: Jonathan Duran --- js/document/templates/banner/index.html | 1 + js/document/templates/html/index.html | 1 + 2 files changed, 2 insertions(+) (limited to 'js/document') diff --git a/js/document/templates/banner/index.html b/js/document/templates/banner/index.html index 626dc0bc..773baa03 100755 --- a/js/document/templates/banner/index.html +++ b/js/document/templates/banner/index.html @@ -21,6 +21,7 @@ -webkit-transition-duration: 0s !important; -webkit-animation-duration: 0s !important; -webkit-animation-name: none !important; + -webkit-animation-fill-mode: none !important; } body { diff --git a/js/document/templates/html/index.html b/js/document/templates/html/index.html index 8fc0d82f..d7a44129 100755 --- a/js/document/templates/html/index.html +++ b/js/document/templates/html/index.html @@ -24,6 +24,7 @@ -webkit-transition-duration: 0s !important; -webkit-animation-duration: 0s !important; -webkit-animation-name: none !important; + -webkit-animation-fill-mode: none !important; } body { -- cgit v1.2.3 From 9bf5f2d57a0f3be95b6ae2b310531909a84fdb31 Mon Sep 17 00:00:00 2001 From: Jonathan Duran Date: Wed, 27 Jun 2012 14:02:07 -0700 Subject: Fix live preview animation lock Signed-off-by: Jonathan Duran --- js/document/templates/banner/index.html | 1 + js/document/templates/html/index.html | 1 + 2 files changed, 2 insertions(+) (limited to 'js/document') diff --git a/js/document/templates/banner/index.html b/js/document/templates/banner/index.html index 773baa03..037c1197 100755 --- a/js/document/templates/banner/index.html +++ b/js/document/templates/banner/index.html @@ -18,6 +18,7 @@