src/utils/hotfixes/Polyfills.js
/**
* Created by tom on 06/01/16.
*/
/*
* TODO: Find a way if possible to make chrome handle scaling correctly. There is a bug currently where chrome
* displaces an object when messing around with scaling
*/
import './polyfills/FunctionName.js';
import './polyfills/RequestAnimationFrame.js';
import './polyfills/StartsWith.js';
import './polyfills/ObjectKeys.js';