Add an Intl polyfill
This commit is contained in:
parent
7ac574d9a9
commit
a6e4f754fc
7 changed files with 19 additions and 29 deletions
|
@ -5,6 +5,11 @@ window.React = require('react');
|
|||
window.ReactDOM = require('react-dom');
|
||||
window.Perf = require('react-addons-perf');
|
||||
|
||||
if (!window.Intl) {
|
||||
require('intl');
|
||||
require('intl/locale-data/jsonp/en.js');
|
||||
}
|
||||
|
||||
//= require_tree ./components
|
||||
|
||||
window.Mastodon = require('./components/containers/mastodon');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue