Commit b13eef1d authored by Kushal Pandya's avatar Kushal Pandya

Update map name for default autocomplete config

parent db9fb8a3
...@@ -7,10 +7,10 @@ export default () => { ...@@ -7,10 +7,10 @@ export default () => {
notesIds, notesIds,
now, now,
diffView, diffView,
autocomplete, enableGFM,
} = JSON.parse(dataEl.innerHTML); } = JSON.parse(dataEl.innerHTML);
// Create a singleton so that we don't need to assign // Create a singleton so that we don't need to assign
// into the window object, we can just access the current isntance with Notes.instance // into the window object, we can just access the current isntance with Notes.instance
Notes.initialize(notesUrl, notesIds, now, diffView, autocomplete); Notes.initialize(notesUrl, notesIds, now, diffView, enableGFM);
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment