mirror of
https://github.com/konvajs/konva.git
synced 2025-12-04 10:58:22 +08:00
fixed tests
This commit is contained in:
8
dist/kinetic-core.js
vendored
8
dist/kinetic-core.js
vendored
@@ -3,7 +3,7 @@
|
||||
* http://www.kineticjs.com/
|
||||
* Copyright 2012, Eric Rowell
|
||||
* Licensed under the MIT or GPL Version 2 licenses.
|
||||
* Date: Jul 26 2012
|
||||
* Date: Jul 27 2012
|
||||
*
|
||||
* Copyright (C) 2011 - 2012 by Eric Rowell
|
||||
*
|
||||
@@ -3455,9 +3455,9 @@ Kinetic.Stage = Kinetic.Container.extend({
|
||||
},
|
||||
_touchmove: function(evt) {
|
||||
evt.preventDefault();
|
||||
that.touchEnd = false;
|
||||
that.touchMove = true;
|
||||
that._handleStageEvent(evt);
|
||||
this.touchEnd = false;
|
||||
this.touchMove = true;
|
||||
this._handleStageEvent(evt);
|
||||
|
||||
// start drag and drop
|
||||
this._startDrag(evt);
|
||||
|
||||
4
dist/kinetic-core.min.js
vendored
4
dist/kinetic-core.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user