Tab to spaces; fixed tests (i.e., disabled "testonly")

This commit is contained in:
Jason Follas
2012-06-06 00:33:29 -04:00
parent b61c688a83
commit f9342cb019
3 changed files with 92 additions and 92 deletions

View File

@@ -17,7 +17,7 @@ function log(message) {
*/
function Test() {
//this.testOnly = 'EVENTS - mousedown mouseup mouseover mouseout mousemove click dblclick / touchstart touchend touchmove tap dbltap';
this.testOnly = 'DRAG AND DROP - drag and drop stage';
//this.testOnly = 'DRAG AND DROP - drag and drop stage';
this.counter = 0;
testCounter = document.createElement('div');