From 9f34042bae9a3b7d2cb7222f0ecc11140219ac98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 16 May 2011 11:19:47 +0100 Subject: [PATCH] Fix comment. --- src/core/PaperScript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/PaperScript.js b/src/core/PaperScript.js index 423170fb..312c129b 100644 --- a/src/core/PaperScript.js +++ b/src/core/PaperScript.js @@ -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,