diff options
author | Eric Guzman | 2012-02-13 15:59:04 -0800 |
---|---|---|
committer | Eric Guzman | 2012-02-13 15:59:04 -0800 |
commit | 4476cac328a6db61169b0620e495fe88f5fafa17 (patch) | |
tree | 5fd4bef738fc7d6a2fe225c99207d51a20861048 /js/components/treeview | |
parent | 6dc5d31b201d3578bf17b4f1fa7b1b9865d46153 (diff) | |
parent | 30b23f8d0343c1af805d62894591001f19c6fb79 (diff) | |
download | ninja-4476cac328a6db61169b0620e495fe88f5fafa17.tar.gz |
Merge branch 'refs/heads/master' into PresetsPanel
Diffstat (limited to 'js/components/treeview')
-rw-r--r-- | js/components/treeview/ninja-leaf.reel/ninja-leaf.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/components/treeview/ninja-leaf.reel/ninja-leaf.js b/js/components/treeview/ninja-leaf.reel/ninja-leaf.js index 749df3cd..0b7a171e 100644 --- a/js/components/treeview/ninja-leaf.reel/ninja-leaf.js +++ b/js/components/treeview/ninja-leaf.reel/ninja-leaf.js | |||
@@ -41,7 +41,6 @@ exports.Leaf = Montage.create(TreeNode, { | |||
41 | }, | 41 | }, |
42 | callDelegateMethod : { | 42 | callDelegateMethod : { |
43 | value: function(methodName) { | 43 | value: function(methodName) { |
44 | console.log("Delegate method name: ", methodName); | ||
45 | var delegate = this.treeView.contentController.delegate; | 44 | var delegate = this.treeView.contentController.delegate; |
46 | if(delegate && typeof delegate[methodName] === 'function') { | 45 | if(delegate && typeof delegate[methodName] === 'function') { |
47 | delegate[methodName](this.sourceObject); | 46 | delegate[methodName](this.sourceObject); |