repo.or.cz
/
ajatus.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some more l10n strings
[ajatus.git]
/
testsuite
/
tests
/
ajatus_core.js
blob
90fce1fa5dd37942f284faa633f937f8dc1e0af5
1
module
(
"Ajatus::Core"
);
2
3
test
(
"Requirements"
,
function
() {
4
ok
( $.
ajatus
,
"$.ajatus"
);
5
ok
( $(
'#application'
).
is
(
".ajatus_initialized"
),
"ajatus_initialized"
);
6
});