jeromeetienne / tquery

extension system for three.js
http://jeromeetienne.github.io/tquery/
MIT License
652 stars 120 forks source link

tQuery.data mustNotExist parameter cannot be used from Node.data #298

Closed alexcasalboni closed 11 years ago

alexcasalboni commented 11 years ago

The mustNotExist parameter of tQuery.data is supposed (by documentation) to be false by default, but here it's set to true.

Besides this, it would be nice to map the parameter here and make it really usable.

Thanks

jeromeetienne commented 11 years ago

did the modification suggested. thanks for reporting.