undo brackets removal

This commit is contained in:
J.C 2019-10-18 12:03:11 +08:00
parent 94648e4c0d
commit d56deef62b

View file

@ -135,7 +135,7 @@ var TextureSource = new Class({
* @type {boolean}
* @since 3.0.0
*/
this.isCanvas = source instanceof HTMLCanvasElement;
this.isCanvas = (source instanceof HTMLCanvasElement);
/**
* Is the source image a Video Element?