fixed mobile drag and drop bug. refactored _handleEvents(). added new functional test that has two drag and drop shapes

This commit is contained in:
Eric Rowell
2012-06-08 00:42:48 -07:00
parent 0167432216
commit e7699a588f
6 changed files with 84 additions and 91 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 = '';
this.counter = 0;
testCounter = document.createElement('div');