// Generated by CoffeeScript 1.10.0 (function() { window.Color = Backbone.Model.extend({ defaults: function() { return { hue: 250 }; }, change_hue: function() { return this.set('hue', Math.random() * 250); } }); }).call(this);