Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ file revision
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
.
devtools/test/data/js_examples/test_with_dep.js
author
David Douard <david.douard@logilab.fr>
Tue, 19 Jul 2016 13:56:40 +0200
branch
3.20
changeset 11398
d71ce8b30a52
parent 5742
74c19dac29cf
child 10426
ce213d6858f1
permissions
-rw-r--r--
3.20 branch
$
(
document
).
ready
(
function
()
{
module
(
"air"
);
test
(
"test 1"
,
function
()
{
equals
(
a
,
4
);
});
});