Files
filebrowser-durandal-widget/lib/jquery/test/data/test2.html
2015-04-09 07:47:57 +00:00

6 lines
126 B
HTML

<script type="text/javascript">
var testFoo = "foo";
jQuery('#foo').html('foo');
ok( true, "test2.html executed" );
</script>