mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Add URL to example from which testcase is drawn
This commit is contained in:
@@ -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(); }],
|
||||
|
||||
Reference in New Issue
Block a user