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
Rémi Cardona <remi.cardona@logilab.fr>
Thu, 09 Jul 2015 15:13:10 +0200
changeset 10521
38b108b6bb1f
parent 5742
74c19dac29cf
child 10426
ce213d6858f1
permissions
-rw-r--r--
Added tag 3.20.9, debian/3.20.9-1, centos/3.20.9-1 for changeset d477e6447582
$
(
document
).
ready
(
function
()
{
module
(
"air"
);
test
(
"test 1"
,
function
()
{
equals
(
a
,
4
);
});
});