shane-tomlinson / AFrame-JS

Application Framework in Javascript - A lightweight MVC library for writing apps on the web
Other
13 stars 1 forks source link

In the onSet* messages, pass the item, not just the target/originalTarget #36

Open stomlinson opened 13 years ago

stomlinson commented 13 years ago

item is only passed for Collection based things. Since a Model/DataContainer are not collections, we can get this info from target. Is this a source of confusion?