extjs-gpl
Version:
GPL licensed version of Sencha Ext JS
20 lines (19 loc) • 629 B
HTML
<!--
Copyright (c) 2012-2013. Sencha Inc.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../bootstrap.css">
<script type="text/javascript">
window.__webdriver_javascript_errors = [];
window.onerror = function(errorMsg, url, lineNumber) {
window.__webdriver_javascript_errors.push(
errorMsg +' (found at ' + url + ', line ' + lineNumber + ')');
};
</script>
<script type="text/javascript" src="../bootstrap.js"></script>
</head>
<body></body>
</html>