aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel/ninja.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-27 11:31:33 -0700
committerValerio Virgillito2012-06-27 11:31:33 -0700
commit8351c3685a6db703d1940817abc71f92ef4e1bd4 (patch)
treecbc8833317324b2f50935b71bc624daeef5317df /js/ninja.reel/ninja.js
parent2ebf3e3ea24d0d580575dfa13d31588dac1de445 (diff)
parentfe30ed959f7066d4884963cd2e9120052ece2333 (diff)
downloadninja-8351c3685a6db703d1940817abc71f92ef4e1bd4.tar.gz
Merge pull request #339 from ananyasen/bugfix-master
fixed code hinting and autocompletion bug
Diffstat (limited to 'js/ninja.reel/ninja.js')
-rwxr-xr-xjs/ninja.reel/ninja.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js
index f1825b9a..859268a0 100755
--- a/js/ninja.reel/ninja.js
+++ b/js/ninja.reel/ninja.js
@@ -137,7 +137,7 @@ exports.Ninja = Montage.create(Component, {
137 serializable: true 137 serializable: true
138 }, 138 },
139 139
140 codeEditorController: { 140 codeEditorWrapper: {
141 value: null, 141 value: null,
142 serializable: true 142 serializable: true
143 }, 143 },