Enable "strict" mode -- and fix one missing "var" declaration.
[dygraphs.git] / dygraph-interaction-model.js
index 98d1411..4018769 100644 (file)
@@ -10,6 +10,8 @@
  * @author Robert Konigsberg (konigsberg@google.com)
  */
 
+"use strict";
+
 
 /**
  * A collection of functions to facilitate build custom interaction models.