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