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

When creating a DataContainer, do we really need to wrap the data inside of "data"? #37

Closed stomlinson closed 13 years ago

stomlinson commented 13 years ago

No, we don't, but that is why we have just the normal AFrame.DataContainer( { data here } ) of doing things. Just not sure if this makes the most sense.