Skip to content
Snippets Groups Projects
Commit 5ceaef24 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #736 from metabase/fix_safari_charts

Polyfill for ES6 feature (fixes timeseries charts on Safari)
parents 761aa5e4 672d38c9
Branches
Tags
No related merge requests found
......@@ -2,6 +2,8 @@
"use strict";
import 'babel/polyfill';
// angular:
import 'angular';
import 'angular-animate';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment