Merge pull request #7288 from Carreau/that/this

remove that.
This commit is contained in:
Jonathan Frederic 2014-12-23 11:17:37 -08:00
commit c6548ebe0e

View File

@ -34,7 +34,6 @@ define([
this.model.on('change:_titles', function(model, value, options) {
this.update_titles(value);
}, this);
var that = this;
this.on('displayed', function() {
this.update_titles();
}, this);