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