Comparing version 0.5.0 to 0.5.1
@@ -22,3 +22,3 @@ "use strict"; | ||
this.monitor = new DragDropMonitor(flux, this.registry); | ||
this.backend = new Backend(flux.dragDropActions); | ||
this.backend = new Backend(flux.dragDropActions, this.monitor); | ||
@@ -25,0 +25,0 @@ flux.refCountStore.addListener("change", this.handleRefCountChange, this); |
{ | ||
"name": "dnd-core", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Drag and drop sans the GUI", | ||
@@ -5,0 +5,0 @@ "main": "dist-modules/index.js", |
209509