Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Nov 24, 2016
1 parent fd91ccc commit ca76f97
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pimcore/static6/js/pimcore/document/edit/dnd.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ pimcore.document.edit.dnd = Class.create({
this.dndManager = parentExt.dd.DragDropMgr;
var iFrameElement = parent.Ext.get('document_iframe_' + window.editWindow.document.id);

//parentExt.EventManager.on(body, 'mousemove', this.ddMouseMove.bind(this));
//parentExt.EventManager.on(body, 'mouseup', this.ddMouseUp.bind(this));

body.addListener('mousemove', this.ddMouseMove.bind(this));
body.addListener('mouseup', this.ddMouseUp.bind(this));

Expand Down

0 comments on commit ca76f97

Please sign in to comment.