diff options
author | Armen Kesablyan | 2012-02-22 16:26:41 -0800 |
---|---|---|
committer | Armen Kesablyan | 2012-02-22 16:26:41 -0800 |
commit | 0bd1cefea2ab350fad1a891bdc926053b799aafc (patch) | |
tree | 962f559fcc02a3dfeb297d59907e40fa153453f3 /js/components/ui/tree-basic/tree.reel/tree.html | |
parent | 695bc5082f48dddf66ce31480a4faefc067b38bd (diff) | |
parent | 2d2b1af8b5c0d506fe6a1cf65614101fec145970 (diff) | |
download | ninja-0bd1cefea2ab350fad1a891bdc926053b799aafc.tar.gz |
Merge branch 'refs/heads/master' into new-tool-icons
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.html | 10 |
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 | }, |