Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
fix z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
rkusa committed Jun 19, 2014
1 parent b98c117 commit ae2ac7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Markus Ast",
"email": "[email protected]"
},
"version": "0.4.1",
"version": "0.4.2",
"homepage": "http://ma.rkusa.st/touch-dnd/",
"devDependencies": {
"uglify-js": "2.x.x"
Expand Down
2 changes: 1 addition & 1 deletion touch-dnd.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ae2ac7f

Please sign in to comment.