Export Dygraph
authoraldendaniels <alden@aldendaniels.me>
Mon, 20 Apr 2015 17:10:16 +0000 (12:10 -0500)
committeraldendaniels <alden@aldendaniels.me>
Mon, 20 Apr 2015 17:10:16 +0000 (12:10 -0500)
src/dygraph.js

index df6baf9..1e4d2dd 100644 (file)
@@ -3747,6 +3747,10 @@ Dygraph.addAnnotationRule = function() {
   console.warn("Unable to add default annotation CSS rule; display may be off.");
 };
 
+if (module && module.exports) {
+  module.exports = Dygraph;
+}
+
 return Dygraph;
 
 })();