remove extra logging from scrolling_div.js
[dygraphs.git] / auto_tests / tests / interaction_model.js
index 5d3c435..a363f55 100644 (file)
@@ -150,7 +150,7 @@ InteractionModelTestCase.prototype.testClickCallbackIsCalledWithNonInteractiveMo
     width: 100,
     height : 100,
     clickCallback : clickCallback,
-    interactionModel : {}
+    interactionModel : Dygraph.Interaction.nonInteractiveModel_
   };
 
   var graph = document.getElementById("graph");