mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Fix spelling mistake in CanvasView#initialize. Closes #316.
This commit is contained in:
parent
b4850b572a
commit
61ecf44140
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ var CanvasView = View.extend(/** @lends CanvasView# */{
|
|||
style.height = height + 'px';
|
||||
// Now scale the context to counter the fact that we've manually
|
||||
// scaled our canvas element.
|
||||
cxt.scale(ratio, ratio);
|
||||
ctx.scale(ratio, ratio);
|
||||
}
|
||||
View.call(this, canvas);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue