Skip to content

Commit

Permalink
post edit for es6
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhowells committed Mar 18, 2017
1 parent 3cee72d commit 3961cd9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ methods: {
password: this.password
}
})
.then(function (response) {
.then(response => {
// whatever you want
})
.catch(function (error) {
.catch(error => {
// whatever you want
})
}
Expand Down

0 comments on commit 3961cd9

Please sign in to comment.