Skip to content
Snippets Groups Projects
Commit 3e92aa6a authored by Adam Procter's avatar Adam Procter
Browse files

tidyup

parent 3cc27a77
Branches
No related tags found
No related merge requests found
......@@ -345,7 +345,7 @@ export default {
this.width = width
this.height = height
},
onResizestop(x, y, width, height, zindex) {
onResizestop(x, y, width, height) {
var localnodeid = this.nodeid
var zindex
var i
......@@ -371,7 +371,7 @@ export default {
this.localx = x
this.localy = y
},
onDragstop(x, y, width, height, zindex) {
onDragstop(x, y, width, height) {
var localnodeid = this.nodeid
var zindex
width = this.width
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment