mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
undo brackets removal
This commit is contained in:
parent
94648e4c0d
commit
d56deef62b
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ var TextureSource = new Class({
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*/
|
*/
|
||||||
this.isCanvas = source instanceof HTMLCanvasElement;
|
this.isCanvas = (source instanceof HTMLCanvasElement);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Is the source image a Video Element?
|
* Is the source image a Video Element?
|
||||||
|
|
Loading…
Reference in a new issue