add HTML5 doctype to all tests
[dygraphs.git] / 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) {