Ben McCormick
Ben McCormick
When using atom dark fusion I'm not able to see fold indicators in my file. Compare: Atom Dark Fusion Atom Dark Solarized Clicking where the arrow is supposed to be...
With the final changes to the ES6 class spec (details [here](http://www.2ality.com/2015/02/es6-classes-final.html)), it's no longer possible to use ES6 classes with Backbone without making significant compromises in terms of syntax. I've...
I recently attempted to use isValid as specified in the docs > If you pass the name of an attribute or an array of names, you can check whether or...
I have 2 views bound to the same model where I want to set different options to each validation binding. Specifically I want to use different validation callbacks since I...