file-level comment in interaction.js
authorRobert Konigsberg <konigsberg@google.com>
Wed, 12 Jan 2011 18:12:55 +0000 (10:12 -0800)
committerRobert Konigsberg <konigsberg@google.com>
Wed, 12 Jan 2011 18:12:55 +0000 (10:12 -0800)
tests/interaction.js

index 279cb8f..ced5aef 100644 (file)
@@ -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) {