updated Label docs. removed old integration test files

This commit is contained in:
Eric Rowell
2013-06-08 16:11:31 -07:00
parent b86aa11d47
commit c0c5868f31
3 changed files with 0 additions and 1891 deletions

View File

@@ -1,26 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<style>
/* overwrite CSS */
</style>
<link rel="stylesheet" type="text/css"href="../base.css">
<script src="../../dist/kinetic-v0.0.0.js"></script>
<script src="../assets/dataUrls.js"></script>
<script src="../js/Test.js"></script>
<script src="../js/integrationTests.js"></script>
<script>
window.onload = function() {
var test = new Test();
test.run();
document.getElementsByTagName('body')[0].addEventListener('mousemove', function(evt) {
//console.log(evt.clientX + ',' + evt.clientY);
}, false);
};
</script>
</head>
<body></body>
</html>

File diff suppressed because it is too large Load Diff