repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Data: camelCasing should not ignore case
[jquery.git]
/
test
/
unit
/
exports.js
blob
c78b57250571884805a67ba10b04be1f5d29584e
1
module("exports", { teardown: moduleTeardown });
2
3
test("amdModule", function() {
4
expect(1);
5
6
equal( jQuery, amdDefined, "Make sure defined module matches jQuery" );
7
});