From: Petr Shevtsov Date: Mon, 28 Apr 2014 09:26:00 +0000 (+0400) Subject: Execute custom shapes closure X-Git-Tag: v1.1.0~60^2~2^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;ds=sidebyside;h=160183e57e3e5c39fab0a2952e56ed6cf7d3caf3;p=dygraphs.git Execute custom shapes closure --- diff --git a/extras/shapes.js b/extras/shapes.js index 097bc5c..a453177 100644 --- a/extras/shapes.js +++ b/extras/shapes.js @@ -115,4 +115,4 @@ Dygraph.update(Dygraph.Circles, { } }); -}); +})();