This commit is contained in:
2015-04-09 07:47:57 +00:00
commit 32da2df9be
809 changed files with 119606 additions and 0 deletions

3
lib/jquery/test/data/test.js vendored Normal file
View File

@@ -0,0 +1,3 @@
var testBar = "bar";
jQuery("#ap").html("bar");
ok( true, "test.js executed");