FlatTurtle / InfoScreen

FlatTurtle InfoScreen repository v1 (deprecated)
http://flatturtle.com
4 stars 3 forks source link

`_(foo).each(…)` → `$.each(foo, …)` #9

Closed mathiasbynens closed 12 years ago

mathiasbynens commented 12 years ago

Use jQuery.each instead of Underscore’s each method.

See #3.

mathiasbynens commented 12 years ago

Closing as per @segersjens’s comments in #3.