File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ var Group = new Class({
564
564
child . update ( time , delta ) ;
565
565
}
566
566
} ) ;
567
- } ,
567
+ } ,
568
568
569
569
/**
570
570
* Adds a Game Object to this group.
Original file line number Diff line number Diff line change @@ -1147,7 +1147,7 @@ var LoaderPlugin = new Class({
1147
1147
this . systems . events . off ( SceneEvents . UPDATE , this . update , this ) ;
1148
1148
1149
1149
// Call 'destroy' on each file ready for deletion
1150
- this . _deleteQueue . forEach ( function ( file )
1150
+ this . _deleteQueue . forEach ( function ( file )
1151
1151
{
1152
1152
file . destroy ( ) ;
1153
1153
} ) ;
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ var FontFile = new Class({
110
110
font . load ( ) . then ( function ( )
111
111
{
112
112
document . fonts . add ( font ) ;
113
- document . body . classList . add ( " fonts-loaded" ) ;
113
+ document . body . classList . add ( ' fonts-loaded' ) ;
114
114
115
115
_this . onProcessComplete ( ) ;
116
116
You can’t perform that action at this time.
0 commit comments