From be46943f1da51d0639bbfa9ab5325f1feaa096c0 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Wed, 12 Jan 2011 10:12:55 -0800 Subject: [PATCH] file-level comment in interaction.js --- tests/interaction.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/interaction.js b/tests/interaction.js index 279cb8f..ced5aef 100644 --- a/tests/interaction.js +++ b/tests/interaction.js @@ -1,4 +1,6 @@ - +// Code for a variety of interaction models. Used in interaction.html, but split out from +// that file so they can be tested in isolation. +// function downV3(event, g, context) { context.initializeMouseDown(event, g, context); if (event.altKey || event.shiftKey) { -- 2.7.4