X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2FProxy.js;h=2348b872b7b2323e9a358fc1c52fead695cf1ca7;hb=da2a028fc41e5573868358b3d9eda9826211d217;hp=9ffc38525fa04a66ac65a4b32f1b39b1fcae8523;hpb=d57dd6f2d72c2cf8aa342746076246effd10c8e3;p=dygraphs.git diff --git a/auto_tests/tests/Proxy.js b/auto_tests/tests/Proxy.js index 9ffc385..2348b87 100644 --- a/auto_tests/tests/Proxy.js +++ b/auto_tests/tests/Proxy.js @@ -75,3 +75,5 @@ Proxy.prototype.log__ = function(name, args) { Proxy.reset = function(proxy) { proxy.calls__ = []; } + +export default Proxy;