Having to always specify Template.parentData(1) to access parent data is a bit tedious. I agree that semantics should be that Template.parentData(0) is the same as Template.currentData(), but Template.parentData() should be the same as Template.parentData(1).
The text was updated successfully, but these errors were encountered:
Having to always specify
Template.parentData(1)
to access parent data is a bit tedious. I agree that semantics should be thatTemplate.parentData(0)
is the same asTemplate.currentData()
, butTemplate.parentData()
should be the same asTemplate.parentData(1)
.The text was updated successfully, but these errors were encountered: