Merge pull request #674 from danvk/module
[dygraphs.git] / auto_tests / tests / Proxy.js
index 9ffc385..2348b87 100644 (file)
@@ -75,3 +75,5 @@ Proxy.prototype.log__ = function(name, args) {
 Proxy.reset = function(proxy) {
   proxy.calls__ = [];
 }
+
+export default Proxy;