diff options
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); |