aboutsummaryrefslogtreecommitdiff
path: root/js/components/ui/tree-basic/tree.reel/tree.html
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-01-27 12:05:17 -0800
committerJose Antonio Marquez2012-01-27 12:05:17 -0800
commit3a754133dbc138390503341fd2e9beba3e43aa4b (patch)
treecdeae7d7dd9a30d7b4fab5afb7efad68d4ec7508 /js/components/ui/tree-basic/tree.reel/tree.html
parentb89a7ee8b956c96a1dcee995ea840feddc5d4b27 (diff)
downloadninja-3a754133dbc138390503341fd2e9beba3e43aa4b.tar.gz
Merged old FileIO
Diffstat (limited to 'js/components/ui/tree-basic/tree.reel/tree.html')
-rwxr-xr-x[-rw-r--r--]js/components/ui/tree-basic/tree.reel/tree.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/js/components/ui/tree-basic/tree.reel/tree.html b/js/components/ui/tree-basic/tree.reel/tree.html
index ba594926..1990a4ef 100644..100755
--- a/js/components/ui/tree-basic/tree.reel/tree.html
+++ b/js/components/ui/tree-basic/tree.reel/tree.html
@@ -26,6 +26,16 @@
26 "boundObject": {"@": "owner"}, 26 "boundObject": {"@": "owner"},
27 "boundObjectPropertyPath": "showIcons", 27 "boundObjectPropertyPath": "showIcons",
28 "oneway": true 28 "oneway": true
29 },
30 "expandAfterDraw": {
31 "boundObject": {"@": "owner"},
32 "boundObjectPropertyPath": "expandTreeAfterDraw",
33 "oneway": true
34 },
35 "highlightedUri": {
36 "boundObject": {"@": "owner"},
37 "boundObjectPropertyPath": "highlightedUri",
38 "oneway": true
29 } 39 }
30 } 40 }
31 }, 41 },