mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
c349818742
Also, run `grunt npmcopy` to sync the "external" directory with dependencies from package.json. For example, the Sinon library version didn't match. Ref gh-4234 Closes gh-4297
6 lines
139 B
HTML
6 lines
139 B
HTML
<script type="text/javascript">
|
|
var testFoo = "foo";
|
|
jQuery('#foo').html('foo');
|
|
QUnit.assert.ok( true, "test2.html executed" );
|
|
</script>
|