From 69397a71569cfaa269720311dbd90caf7e57ea3b Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sun, 21 Jul 2013 11:17:17 -0400 Subject: [PATCH] test to track exported symbols in dygraph-combined.js --- tests/exported-symbols.html | 61 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 tests/exported-symbols.html diff --git a/tests/exported-symbols.html b/tests/exported-symbols.html new file mode 100644 index 0000000..8b9e32d --- /dev/null +++ b/tests/exported-symbols.html @@ -0,0 +1,61 @@ + + + + + Exported Symbols test + + + +

dygraphs exports these symbols into the global namespace:

+
    +
+ +

It exports these symbols inside each of those symbols:

+
    +
+ + + + + + + -- 2.7.4