We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620bcc6 commit 876911fCopy full SHA for 876911f
1 file changed
src/display/canvas/CanvasPool.js
@@ -46,7 +46,7 @@ var CanvasPool = function ()
46
if (canvasType === undefined) { canvasType = CONST.CANVAS; }
47
48
var canvas;
49
- var container = first(type);
+ var container = first(canvasType);
50
51
if (container === null)
52
{
0 commit comments