twinstone / tdi

Turbocharged DOM Infusion
Apache License 2.0
6 stars 1 forks source link

Selector attribute is not documented #22

Closed mishal closed 7 years ago

mishal commented 7 years ago

The selector attribute for update/insert instruction is not documented:

https://wiki.twinstone.org/display/TDI/update

The target attribute is documented as required but the implementation allows selector attribute to be present and it takes precedence before the target. (see: https://github.com/twinstone/tdi/blob/master/src/js/tdi-ajax.js#L961)

centi commented 7 years ago

Thanks for pointing out. I updated the documentation, see: