GrimoireGL / GrimoireJS

A WebGL framework for Web development.
https://grimoire.gl
MIT License
350 stars 24 forks source link

Implement unwatch on Attribute #438

Closed kyasbal closed 7 years ago

kyasbal commented 7 years ago

There is no way to remove event handler registered.

kyasbal commented 7 years ago

removeObserver is implementation of unwatch.

This method should be renamed as unwatch for consistency.

moajo commented 7 years ago

renamed