From bedfd87206805e6738d0917472b8260b246ec279 Mon Sep 17 00:00:00 2001 From: Mike Pennisi Date: Wed, 24 Apr 2013 12:52:07 -0400 Subject: [PATCH] Remove outdated "TODO" comment This functionality is not actually necessary. --- src/d3-chart.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/d3-chart.js b/src/d3-chart.js index 1d22655..c8f91d8 100644 --- a/src/d3-chart.js +++ b/src/d3-chart.js @@ -66,8 +66,6 @@ return this; }; - // TODO: Accept special options: `before` or `after`. These are names of - // layers in relation to which the new layer should be inserted. Chart.prototype.layer = function(name, selection, options) { var layer;