initialize: function(settings) {
        this.settings = _.extend({}, this.defaults, settings);
        this.init();
      },