Skip to content

Commit

Permalink
Rebuild dist with a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Apr 20, 2015
1 parent 38b1933 commit f480730
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist-modules/configureDragDropLayer.js
Expand Up @@ -61,11 +61,11 @@ function configureDragDropLayer(collect) {

DragDropHandler.prototype.componentDidMount = function componentDidMount() {
var monitor = this.manager.getMonitor();
this.disposable = monitor.subscribeToOffsetChange(this.handleChange);
this.unsubscribe = monitor.subscribeToOffsetChange(this.handleChange);
};

DragDropHandler.prototype.componentWillUnmount = function componentWillUnmount() {
this.disposable.dispose();
this.unsubscribe();
};

DragDropHandler.prototype.handleChange = function handleChange() {
Expand Down
2 changes: 1 addition & 1 deletion dist/ReactDND.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/bundle.js.map

Large diffs are not rendered by default.

0 comments on commit f480730

Please sign in to comment.