JavaScript
- 2 ответа
- 0 вопросов
2
Вклад в тег
fetchCollection : function(){
var that = this;
return this.collection.fetch().always(function(){
console.log(that, this); // view, window
}.bind(this)
}