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

Merging shortcuts and properties in configuration #39

Open jacomyal opened 11 years ago

jacomyal commented 11 years ago

Shortcuts are often used as "dynamic properties". So, when properties are organized in different groups in the code (like "data", "interface", etc...), it is weird to have to group the shortcuts again, further in the configuration.

Since shortcuts are kind of properties, it might be nice to be able to declare them at the same place (in the "properties" array).