X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Finteraction_model.js;h=a363f55e65897d466f650142fb7aadb84be58071;hb=107c99e4ecbdfcf0b939fd385b1a34a3ba56d978;hp=5d3c43547e4d95813f3223c6a4ad33f38ba55e52;hpb=027e9e9b363e2330191001068818089477345b75;p=dygraphs.git diff --git a/auto_tests/tests/interaction_model.js b/auto_tests/tests/interaction_model.js index 5d3c435..a363f55 100644 --- a/auto_tests/tests/interaction_model.js +++ b/auto_tests/tests/interaction_model.js @@ -150,7 +150,7 @@ InteractionModelTestCase.prototype.testClickCallbackIsCalledWithNonInteractiveMo width: 100, height : 100, clickCallback : clickCallback, - interactionModel : {} + interactionModel : Dygraph.Interaction.nonInteractiveModel_ }; var graph = document.getElementById("graph");