Skip to content

Commit e206885

Browse files
committed
Alphabetical order
1 parent ad4f102 commit e206885

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

v3/src/cache/GlobalCache.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ var GlobalCache = new Class({
1111
{
1212
this.game = game;
1313

14-
this.sound = new BaseCache();
15-
this.video = new BaseCache();
16-
this.text = new BaseCache();
17-
this.json = new BaseCache();
18-
this.xml = new BaseCache();
19-
this.physics = new BaseCache();
20-
this.tilemap = new BaseCache();
2114
this.binary = new BaseCache();
2215
this.bitmapFont = new BaseCache();
16+
this.json = new BaseCache();
17+
this.physics = new BaseCache();
2318
this.shader = new BaseCache();
19+
this.sound = new BaseCache();
20+
this.text = new BaseCache();
21+
this.tilemap = new BaseCache();
22+
this.video = new BaseCache();
23+
this.xml = new BaseCache();
2424

2525
this.custom = {};
2626
},

0 commit comments

Comments
 (0)