jacomyal / domino.js

[deprecated] A JavaScript cascading controller for fast interactive Web interfaces prototyping.
https://jacomyal.github.io/domino.js
MIT License
54 stars 7 forks source link

[reboot-proposal] Property event should be deduplicated #65

Open Yomguithereal opened 9 years ago

Yomguithereal commented 9 years ago

A case when events probably should be deduplicated (I do not know if this is already the case): if several properties fire the same events like data:updated, this one should only be fired once.

This is somewhat related to #64.