X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2FProxy.js;h=2348b872b7b2323e9a358fc1c52fead695cf1ca7;hb=d97bf726ccc5645e60171f86b134fb29ac31b846;hp=9ffc38525fa04a66ac65a4b32f1b39b1fcae8523;hpb=d569e3a08324168e501e6ba1402273acdae554f9;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;