Skip to content

Commit

Permalink
Merge pull request #18 from givanse/patch-1
Browse files Browse the repository at this point in the history
JSHint Error: 'response' is defined but never used
  • Loading branch information
Globegitter committed May 15, 2015
2 parents 6d4946c + 162a05d commit b567b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/templates/client/app/routes/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default Ember.Route.extend({
}
}),
contentType: 'application/json'
}).then(function(response) {
}).then(function(/*response*/) {
_this.transitionTo('login');

}, function(xhr, status, error) {
Expand Down

0 comments on commit b567b59

Please sign in to comment.