mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 09:48:18 +00:00
IE9 polyfills are no longer part of the core build
This commit is contained in:
parent
5e1da21c4d
commit
e0d22da461
3 changed files with 0 additions and 6 deletions
|
@ -4,8 +4,6 @@
|
|||
* @license {@link https://opensource.org/licenses/MIT|MIT License}
|
||||
*/
|
||||
|
||||
require('./polyfills');
|
||||
|
||||
var CONST = require('./const');
|
||||
var Extend = require('./utils/object/Extend');
|
||||
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
* @license {@link https://opensource.org/licenses/MIT|MIT License}
|
||||
*/
|
||||
|
||||
require('./polyfills');
|
||||
|
||||
var CONST = require('./const');
|
||||
var Extend = require('./utils/object/Extend');
|
||||
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
* @license {@link https://opensource.org/licenses/MIT|MIT License}
|
||||
*/
|
||||
|
||||
require('./polyfills');
|
||||
|
||||
var CONST = require('./const');
|
||||
var Extend = require('./utils/object/Extend');
|
||||
|
||||
|
|
Loading…
Reference in a new issue