Commit affa5a752b179efcff0cafabfbab0d42f012f2cf
- Diff rendering mode:
- inline
- side by side
mouchak/static/js/views.js
(2 / 1)
  | |||
112 | 112 | ||
113 | 113 | var MapView = Backbone.View.extend({ | |
114 | 114 | initialize: function(){ | |
115 | _.bindAll(this); | ||
115 | _.bindAll.apply(_, [this].concat(_.functions(this))); | ||
116 | //_.bindAll(this); | ||
116 | 117 | _.bind(this.render, this); | |
117 | 118 | }, | |
118 | 119 | render: function(el){ |