davidgtonge / backbone_query

A lightweight query api for Backbone Collections
MIT License
378 stars 29 forks source link

fix example query #2

Closed OttoAllmendinger closed 12 years ago

OttoAllmendinger commented 12 years ago

the first example has invalid syntax

davidgtonge commented 12 years ago

Thanks, will make the change now

OttoAllmendinger commented 12 years ago

nearly there (see 6942f66)

davidgtonge commented 12 years ago

(embarrassed) - this is a problem of using an IDE that auto-completes braces / brackets for you, and of getting too used to CoffeeScript! Thanks again for picking up on these.