aboutsummaryrefslogtreecommitdiff
path: root/js/components/ui/tree-basic/tree.reel/tree.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-15 17:04:39 -0800
committerValerio Virgillito2012-02-15 17:04:39 -0800
commitfe71cb9aa1700199c0089166ad54fc56eb760644 (patch)
treeb0c7c24b1f45a079e1c09312ca716e3d35aecad4 /js/components/ui/tree-basic/tree.reel/tree.html
parent747616980cad14f0b65fbcc7f497ed9680a39d29 (diff)
parentd366c0bd1af6471511217ed574083e15059519b5 (diff)
downloadninja-fe71cb9aa1700199c0089166ad54fc56eb760644.tar.gz
Merge branch 'refs/heads/master' into components
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 },