Smashing / smashing

The exceptionally handsome dashboard framework in Ruby and Coffeescript.
https://smashing.github.io/
MIT License
3.22k stars 324 forks source link

smashing.AnimatedValue throws error #117

Closed mohsinali closed 6 years ago

mohsinali commented 6 years ago

I tried using @accessor 'value', smashing.AnimatedValue, but this throws error that smashing is not defined.

I changed it to @accessor 'value', Dashing.AnimatedValue and it worked. Can anyone verify if this is a valid change.

kinow commented 6 years ago

I believe this is a valid change, and thanks for updating the Wiki too.