Skip to content

Commit

Permalink
Scope fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Sanger committed Jan 28, 2015
1 parent fde0823 commit d083a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pub/assets/js/hound.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ var Model = {
_this.didSearch.raise(_this, _this.results, _this.stats);
},
error: function(xhr, status, err) {
this.didError.raise(this, "The server broke down");
_this.didError.raise(this, "The server broke down");
}
});
},
Expand Down Expand Up @@ -243,7 +243,7 @@ var Model = {
_this.didLoadMore.raise(_this, repo, _this.results);
},
error: function(xhr, status, err) {
this.didError.raise(this, "The server broke down");
_this.didError.raise(this, "The server broke down");
}
});
},
Expand Down

0 comments on commit d083a4f

Please sign in to comment.