1
Vote

clr object property on right hand side doesnt work

description

var m = Func();
var j = m.Prop;

Func is added via SetFunction
it returns an instance of a clr object that has property 'Prop'
j does not get set to the value of m.Prop

m.Prop is looked up as a javascript property of j (which does not exist)

comments

pm100 wrote Jun 25, 2012 at 3:59 PM

my bad - this is my bug (but I dont see a way to close it)