We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346d947 commit 057cfe0Copy full SHA for 057cfe0
src/core/core.defaults.js
@@ -61,7 +61,6 @@ export class Defaults {
61
mode: 'nearest',
62
intersect: true
63
};
64
- this.locale = () => navigator ? (navigator.languages ? navigator.languages[0] : navigator.language) : 'en-US';
65
this.maintainAspectRatio = true;
66
this.onHover = null;
67
this.onClick = null;
0 commit comments