From: Robert Konigsberg <konigsberg@google.com>
Date: Fri, 15 Jun 2012 21:49:46 +0000 (-0400)
Subject: Add TODO -- move that assertion someplace else.
X-Git-Tag: v1.0.0~238^2^2~11
X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=796ccbc0ad1e0e50dbd75e9eb0e109c19efd9524;p=dygraphs.git

Add TODO -- move that assertion someplace else.
---

diff --git a/auto_tests/tests/to_dom_coords.js b/auto_tests/tests/to_dom_coords.js
index c70b704..98da7c4 100644
--- a/auto_tests/tests/to_dom_coords.js
+++ b/auto_tests/tests/to_dom_coords.js
@@ -56,6 +56,7 @@ ToDomCoordsTestCase.prototype.testPlainChart = function() {
 
   this.checkForInverses(g);
 
+  // TODO(konigsberg): This doesn't really belong here. Move to its own test.
   var htx = g.hidden_ctx_;
   assertEquals(1, CanvasAssertions.numLinesDrawn(htx, '#ff0000'));
 }