weepy / o_O

Funnyface: HTML binding for teh lulz
http://weepy.github.com/o_O/
MIT License
149 stars 11 forks source link

implementation for issue #31 #32

Closed troygoode closed 12 years ago

troygoode commented 12 years ago

You can test this out by changing self.todos.push(newTodo); to self.todos.unshift(newTodo); and back in the Todos example. Should work for issue #31.

weepy commented 12 years ago

k - i'm going to merge and add a couple little changes