From 160183e57e3e5c39fab0a2952e56ed6cf7d3caf3 Mon Sep 17 00:00:00 2001 From: Petr Shevtsov Date: Mon, 28 Apr 2014 13:26:00 +0400 Subject: [PATCH] Execute custom shapes closure --- extras/shapes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, { } }); -}); +})(); -- 2.7.4