mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Fix comment.
This commit is contained in:
parent
42e7fc910f
commit
9f34042bae
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ var PaperScript = this.PaperScript = new function() {
|
|||
// instead of window.
|
||||
with (scope) {
|
||||
// Within this, use a function scope, so local variables to not try
|
||||
// and set themselves on the paper object.
|
||||
// and set themselves on the scope object.
|
||||
(function() {
|
||||
var onEditOptions, onSelect, onDeselect, onReselect, onMouseDown,
|
||||
onMouseUp, onMouseDrag, onMouseMove, onKeyDown, onKeyUp,
|
||||
|
|
Loading…
Reference in a new issue