Add URL to example from which testcase is drawn

This commit is contained in:
Tom Crockett
2014-07-02 15:06:15 -07:00
parent e4ad51734d
commit 4e3c8af9e0
+1
View File
@@ -2590,6 +2590,7 @@ function extentTest() {
}
// Tests for d3.time.format.multi
// Adopted from http://bl.ocks.org/mbostock/4149176
function multiTest() {
var customTimeFormat = d3.time.format.multi([
[".%L", function(d) { return d.getMilliseconds(); }],