From 311fa07b85407386ed07237530cb464a432526c5 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Tue, 12 Jun 2012 12:59:22 -0700 Subject: Binding View - Use same icon component as objects panel --- js/stage/binding-view.reel/binding-view.html | 8 ++++---- 1 file 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 @@ "objects": {"<-": "@owner.nonVisualComponents"} } }, - "nonVisualComponent": { - "prototype": "js/stage/binding-view.reel/non-visual-component.reel", + "objectIcon": { + "prototype": "js/panels/objects/object.reel", "properties": { "element": {"#": "nonVisualComponent"} }, "bindings": { - "objectName": {"<-": "@hudRepeater.objectAtCurrentIteration.objectName"}, - "objectImage": {"<-": "@hudRepeater.objectAtCurrentIteration.objectImage"} + "sourceObject": {"<-": "@nonVisualRepeater.objectAtCurrentIteration"}, + "identifier": {"<-": "@nonVisualRepeater.objectAtCurrentIteration.identifier"} } } } -- cgit v1.2.3