Skip to content

Commit debb6bd

Browse files
author
Christian Wesselhoeft
committed
Fix jshint issues in src/core
1 parent 9faa27c commit debb6bd

9 files changed

Lines changed: 73 additions & 73 deletions

File tree

src/core/Filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Phaser.Filter = function (game, uniforms, fragmentSrc) {
2525
* @property {number} type - The const type of this object, either Phaser.WEBGL_FILTER or Phaser.CANVAS_FILTER.
2626
* @default
2727
*/
28-
this.type = Phaser.WEBGL_FILTER;
28+
this.type = Phaser.WEBGL_FILTER;
2929

3030
/**
3131
* An array of passes - some filters contain a few steps this array simply stores the steps in a linear fashion.

src/core/Game.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Phaser.Game = function (width, height, renderer, parent, state, transparent, ant
313313

314314
this._onBoot = function () {
315315
return _this.boot();
316-
}
316+
};
317317

318318
if (document.readyState === 'complete' || document.readyState === 'interactive')
319319
{

0 commit comments

Comments
 (0)