Skip to content

Commit

Permalink
Updated app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen committed Apr 30, 2013
1 parent 5b2cc3f commit 9c08b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

var fullResult = $.ajax({
url: 'search.json',
dataType: 'json'
dataType: 'json',
success: function(r) {
data = _(r).chain()
.compact()
Expand Down

0 comments on commit 9c08b87

Please sign in to comment.