diff options
author | Eric Guzman | 2012-06-12 12:59:22 -0700 |
---|---|---|
committer | Eric Guzman | 2012-06-12 12:59:22 -0700 |
commit | 311fa07b85407386ed07237530cb464a432526c5 (patch) | |
tree | 2d8a005707982e332a7114d87f2336b5d91110ad /js/stage | |
parent | 3ceb1282fa317023706e001bb4ec5ac61e40590f (diff) | |
download | ninja-311fa07b85407386ed07237530cb464a432526c5.tar.gz |
Binding View - Use same icon component as objects panel
Diffstat (limited to 'js/stage')
-rwxr-xr-x | js/stage/binding-view.reel/binding-view.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/stage/binding-view.reel/binding-view.html b/js/stage/binding-view.reel/binding-view.html index 90ef2286..a9e859e4 100755 --- a/js/stage/binding-view.reel/binding-view.html +++ b/js/stage/binding-view.reel/binding-view.html | |||
@@ -57,14 +57,14 @@ | |||
57 | "objects": {"<-": "@owner.nonVisualComponents"} | 57 | "objects": {"<-": "@owner.nonVisualComponents"} |
58 | } | 58 | } |
59 | }, | 59 | }, |
60 | "nonVisualComponent": { | 60 | "objectIcon": { |
61 | "prototype": "js/stage/binding-view.reel/non-visual-component.reel", | 61 | "prototype": "js/panels/objects/object.reel", |
62 | "properties": { | 62 | "properties": { |
63 | "element": {"#": "nonVisualComponent"} | 63 | "element": {"#": "nonVisualComponent"} |
64 | }, | 64 | }, |
65 | "bindings": { | 65 | "bindings": { |
66 | "objectName": {"<-": "@hudRepeater.objectAtCurrentIteration.objectName"}, | 66 | "sourceObject": {"<-": "@nonVisualRepeater.objectAtCurrentIteration"}, |
67 | "objectImage": {"<-": "@hudRepeater.objectAtCurrentIteration.objectImage"} | 67 | "identifier": {"<-": "@nonVisualRepeater.objectAtCurrentIteration.identifier"} |
68 | } | 68 | } |
69 | } | 69 | } |
70 | } | 70 | } |