/** * Created by aghassaei on 1/16/15. */ Lattice = Backbone.Model.extend({ defaults: { scale: 1.0 }, initialize: function(){ //bind events } });