Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Update format
Browse files Browse the repository at this point in the history
  • Loading branch information
sicktastic committed Sep 6, 2017
1 parent 2afc7ba commit fb8b259
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions promises/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ function addEmployeesToPage(unorderedList) {
}

getJSON('some_data.json')
.then(generateListItems)
.then(generateUnorderedList)
.then(addEmployeesToPage)
.catch(function(e) {
console.log(e):
.then(generateListItems)
.then(generateUnorderedList)
.then(addEmployeesToPage)
.catch(function(e) {
console.log(e):
})

0 comments on commit fb8b259

Please sign in to comment.