facn2 / ApolloXII

Autocomplete Widget
1 stars 0 forks source link

ES6 on the frontend in `script.js` #41

Open yvonne-liu opened 7 years ago

yvonne-liu commented 7 years ago

Remember that for now we're still writing only ES5 on the frontend as it's not fully supported. I think it's only a case of changing const to var on line 26 and change the arrow function. 👍