mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -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.
|
// instead of window.
|
||||||
with (scope) {
|
with (scope) {
|
||||||
// Within this, use a function scope, so local variables to not try
|
// 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() {
|
(function() {
|
||||||
var onEditOptions, onSelect, onDeselect, onReselect, onMouseDown,
|
var onEditOptions, onSelect, onDeselect, onReselect, onMouseDown,
|
||||||
onMouseUp, onMouseDrag, onMouseMove, onKeyDown, onKeyUp,
|
onMouseUp, onMouseDrag, onMouseMove, onKeyDown, onKeyUp,
|
||||||
|
|
Loading…
Reference in a new issue