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
Alain Leufroy <alain@leufroy.fr>
Thu, 15 May 2014 23:07:43 +0200
changeset 10105
a1e8816029af
parent 5742
74c19dac29cf
child 10426
ce213d6858f1
permissions
-rw-r--r--
[wsgi] add message about the active interface Similarly to what done in "stdlib".
$
(
document
).
ready
(
function
()
{
module
(
"air"
);
test
(
"test 1"
,
function
()
{
equals
(
a
,
4
);
});
});