Benji Shine
Benji Shine
I think I understand this now, and I can clarify my confusion, at least: predicates return a function that must be called. queries simply return data. If we want to...
I don't know the library well enough to fix everything wrong in the readme, but I can at least fix this particular bit!
Easily fixed: `bower install mustache`, include mustache.js in index.html, then change the render call to ``` render: function () { this.$el.html(Mustache.render(this.template, { name: 'Fluffy' })); } ```
FWIW I got a stub page started at [Developer Setup](https://github.com/keyboardio/Kaleidoscope/wiki/Developer-Setup) with what I know so far. It's a prereq for actually contributing, although not sufficient instructions for contributing.
Yep, will do!
I’ll do this fix ;)