Fix comment.

This commit is contained in:
Jürg Lehni 2011-05-16 11:19:47 +01:00
parent 42e7fc910f
commit 9f34042bae

View file

@ -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,