Bump version and dependencies

This commit is contained in:
Nick O'Leary
2016-01-18 11:09:52 +00:00
parent 3288efdad6
commit 03558b012c
3 changed files with 8 additions and 8 deletions

View File

@@ -471,6 +471,7 @@ RED.view = (function() {
function canvasMouseMove() {
var i;
var node;
mouse_position = d3.touches(this)[0]||d3.mouse(this);
// Prevent touch scrolling...
//if (d3.touches(this)[0]) {
@@ -605,7 +606,6 @@ RED.view = (function() {
}
} else if (mouse_mode == RED.state.MOVING_ACTIVE || mouse_mode == RED.state.IMPORT_DRAGGING) {
mousePos = mouse_position;
var node;
var minX = 0;
var minY = 0;
for (var n = 0; n<moving_set.length; n++) {