Mercurial
Mercurial
>
periplus
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
toolkit/javascript/d3/src/core/number.js
changeset 47
c0b4a8b5a012
equal
deleted
inserted
replaced
46:efd9c589177a
47:c0b4a8b5a012
1
function d3_number(x) {
2
return x != null && !isNaN(x);
3
}