Merge pull request #674 from danvk/module
[dygraphs.git] / src / plugins / axes.js
index aa142ce..e913534 100644 (file)
@@ -6,8 +6,6 @@
 
 /*global Dygraph:false */
 
-Dygraph.Plugins.Axes = (function() {
-
 'use strict';
 
 /*
@@ -319,5 +317,4 @@ axes.prototype.willDrawChart = function(e) {
   context.restore();
 };
 
-return axes;
-})();
+export default axes;