Closed eirikblekesaune closed 7 years ago
Currently the code for getting value of Parameter: myContext.parameters[\myParam]'
myContext.parameters[\myParam]'
And the code for getting value from Attribute: myContext.attributes[\myAttr].value;
myContext.attributes[\myAttr].value;
This should be consistent, even though they are different kinds of classes.
Fixed in 81b731fa080396673d118eae01be70e83e28c18a
Currently the code for getting value of Parameter:
myContext.parameters[\myParam]'
And the code for getting value from Attribute:
myContext.attributes[\myAttr].value;
This should be consistent, even though they are different kinds of classes.