Skip to content

Commit

Permalink
Uncomment init
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan committed Aug 30, 2018
1 parent a2bf6d4 commit a8236ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/instantsearchjs/geo/src/app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* global instantsearch */

/* const search = instantsearch({
const search = instantsearch({
appId: 'B1G2GM9NG0',
apiKey: 'aadef574be1f9252bb48d4ea09b5cfe5',
indexName: 'demo_geo',
Expand All @@ -10,7 +10,7 @@
aroundLatLngViaIP: true,
typoTolerance: 'min'
}
}) */
})

// Uncomment the following widget to add a map.

Expand Down

0 comments on commit a8236ab

Please sign in to comment.