TitanNanoDE / af-DataBinding

HTML data binding library
Apache License 2.0
1 stars 0 forks source link

expression parser executes getters twice #27

Closed TitanNano closed 3 years ago

TitanNano commented 3 years ago

Everytime an expression is parsed, it executes all getters inside that expression two times. This can be easily avoided.