diff options
author | Valerio Virgillito | 2012-06-27 11:31:33 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-27 11:31:33 -0700 |
commit | 8351c3685a6db703d1940817abc71f92ef4e1bd4 (patch) | |
tree | cbc8833317324b2f50935b71bc624daeef5317df /js/ninja.reel/ninja.js | |
parent | 2ebf3e3ea24d0d580575dfa13d31588dac1de445 (diff) | |
parent | fe30ed959f7066d4884963cd2e9120052ece2333 (diff) | |
download | ninja-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-x | js/ninja.reel/ninja.js | 2 |
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 | }, |