From ae2ac7fa474c9e71fab7eeb4e3d317b318677212 Mon Sep 17 00:00:00 2001 From: rkusa Date: Thu, 19 Jun 2014 22:27:35 +0200 Subject: [PATCH] fix z-index --- package.json | 2 +- touch-dnd.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 659fc7d..ac635a5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "name": "Markus Ast", "email": "npm.m@rkusa.st" }, - "version": "0.4.1", + "version": "0.4.2", "homepage": "http://ma.rkusa.st/touch-dnd/", "devDependencies": { "uglify-js": "2.x.x" diff --git a/touch-dnd.js b/touch-dnd.js index d93652e..35f4aaa 100644 --- a/touch-dnd.js +++ b/touch-dnd.js @@ -89,7 +89,7 @@ $(last).trigger('dragging:drop', e) } if (!this.el) return - var transform = this.origin.transform || 'translate(0, 0)' + var transform = this.origin.transform || 'none' var el = this.handle || this.el, self = this if (revert === undefined) revert = true if (this.handle) {