From 5b2cc3fd0e61880a3f2da0426e60f52675080687 Mon Sep 17 00:00:00 2001 From: tristen Date: Tue, 30 Apr 2013 14:50:16 -0700 Subject: [PATCH] Updated app.js --- _includes/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/js/app.js b/_includes/js/app.js index e8a9432..75ef752 100644 --- a/_includes/js/app.js +++ b/_includes/js/app.js @@ -10,7 +10,7 @@ var fullResult = $.ajax({ url: 'search.json', - dataType: 'json', + dataType: 'json' success: function(r) { data = _(r).chain() .compact()