extjs-gpl
Version:
GPL licensed version of Sencha Ext JS
18 lines (15 loc) • 453 B
HTML
<html>
<head>
<title>Ext 4 - Unit Tests</title>
<link rel="stylesheet" type="text/css" href="../../../testreporter/resources/reporter.css">
<script type="text/javascript" src="../../../testreporter/build/reporter.js"></script>
</head>
<body>
<script type="text/javascript">
Test.SandBox.setup({
requires: [
]
});
</script>
</body>
</html>