Merge pull request #297 from pshevtsov/custom-shapes
authorRobert Konigsberg <konigsberg@gmail.com>
Mon, 28 Apr 2014 12:23:12 +0000 (08:23 -0400)
committerRobert Konigsberg <konigsberg@gmail.com>
Mon, 28 Apr 2014 12:23:12 +0000 (08:23 -0400)
Execute custom shapes closure. Makes tests/custom-circles.html work.

extras/shapes.js

index 097bc5c..a453177 100644 (file)
@@ -115,4 +115,4 @@ Dygraph.update(Dygraph.Circles, {
   }
 });
 
-});
+})();