Friday, February 17, 2012

magic words!




var self = this;
setTimeout(function() {
console.log("Reverting");
_.each(self.models, function(n) {
n.set("flipped", false);
});
}, 1 * 1000);