Skip to content

Commit

Permalink
💚 fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Nov 15, 2016
1 parent 8c535ea commit 0cb56a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ function allReady(thresholds, sampleText) {
*/
function updateOriginalText() {
$originalTexts.html(_.template(originalText_template, {
items: app.updateOriginalSentences()
}));
items: app.updateOriginalSentences()
}));
$originalTextDescription.html(app.updateOriginalTextDescription());
}

Expand Down

0 comments on commit 0cb56a8

Please sign in to comment.