Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
fix(IE10): add navigatorLanguage polyfill in autocompleteDataset
Browse files Browse the repository at this point in the history
fixes #385
  • Loading branch information
vvo committed Feb 27, 2017
1 parent 4195bb7 commit b934d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autocompleteDataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

/* eslint-disable import/no-commonjs */

import './src/navigatorLanguage.js';
import createAutocompleteDataset from './src/createAutocompleteDataset.js';
import css from './src/places.css';
import insertCss from 'insert-css';
Expand Down

0 comments on commit b934d8f

Please sign in to comment.