File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License }
55 */
66
7- var Class = require ( '../utils/Class' ) ;
7+ var Class = require ( '../../../src/ utils/Class' ) ;
88var EventEmitter = require ( 'eventemitter3' ) ;
99var LeaderboardScore = require ( './LeaderboardScore' ) ;
1010
Original file line number Diff line number Diff line change 44 * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License }
55 */
66
7- var GetFastValue = require ( '../utils/object/GetFastValue' ) ;
7+ var GetFastValue = require ( '../../../src/ utils/object/GetFastValue' ) ;
88
99/**
1010 * @classdesc
Original file line number Diff line number Diff line change 44 * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License }
55 */
66
7- var GetFastValue = require ( '../utils/object/GetFastValue' ) ;
7+ var GetFastValue = require ( '../../../src/ utils/object/GetFastValue' ) ;
88
99var Purchase = function ( data )
1010{
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ if (typeof EXPERIMENTAL)
3434
3535if ( typeof PLUGIN_FBINSTANT )
3636{
37- var FacebookInstantGamesPlugin = require ( '../fbinstant/FacebookInstantGamesPlugin' ) ;
37+ var FacebookInstantGamesPlugin = require ( '../../plugins/ fbinstant/src /FacebookInstantGamesPlugin' ) ;
3838}
3939
4040/**
You can’t perform that action at this time.
0 commit comments