Skip to content

Commit

Permalink
Drop build for #2531883
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Mar 19, 2012
1 parent 07b03d2 commit e431833
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions build/dd-drop/dd-drop-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,8 @@ YUI.add('dd-drop', function(Y) {
if (DDM.activeDrag) {
this.get(NODE).removeClass(DDM.CSS_PREFIX + '-drop-over');
DDM.activeDrag.get(NODE).removeClass(DDM.CSS_PREFIX + '-drag-over');
this.fire(EV_DROP_EXIT);
DDM.activeDrag.fire('drag:exit', { drop: this });
this.fire(EV_DROP_EXIT, { drop: this, drag: DDM.activeDrag });
DDM.activeDrag.fire('drag:exit', { drop: this, drag: DDM.activeDrag });
delete DDM.otherDrops[this];
}
}
Expand Down
2 changes: 1 addition & 1 deletion build/dd-drop/dd-drop-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/dd-drop/dd-drop.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@ YUI.add('dd-drop', function(Y) {
if (DDM.activeDrag) {
this.get(NODE).removeClass(DDM.CSS_PREFIX + '-drop-over');
DDM.activeDrag.get(NODE).removeClass(DDM.CSS_PREFIX + '-drag-over');
this.fire(EV_DROP_EXIT);
DDM.activeDrag.fire('drag:exit', { drop: this });
this.fire(EV_DROP_EXIT, { drop: this, drag: DDM.activeDrag });
DDM.activeDrag.fire('drag:exit', { drop: this, drag: DDM.activeDrag });
delete DDM.otherDrops[this];
}
}
Expand Down
2 changes: 1 addition & 1 deletion build/dd-plugin/dd-plugin-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ YUI.add('dd-plugin', function(Y) {



}, '@VERSION@' ,{optional:['dd-constrain', 'dd-proxy'], skinnable:false, requires:['dd-drag']});
}, '@VERSION@' ,{skinnable:false, optional:['dd-constrain', 'dd-proxy'], requires:['dd-drag']});
2 changes: 1 addition & 1 deletion build/dd-plugin/dd-plugin-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/dd-plugin/dd-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ YUI.add('dd-plugin', function(Y) {



}, '@VERSION@' ,{optional:['dd-constrain', 'dd-proxy'], skinnable:false, requires:['dd-drag']});
}, '@VERSION@' ,{skinnable:false, optional:['dd-constrain', 'dd-proxy'], requires:['dd-drag']});
2 changes: 1 addition & 1 deletion build/dd-scroll/dd-scroll-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,4 +416,4 @@ YUI.add('dd-scroll', function(Y) {



}, '@VERSION@' ,{optional:['dd-proxy'], skinnable:false, requires:['dd-drag']});
}, '@VERSION@' ,{skinnable:false, optional:['dd-proxy'], requires:['dd-drag']});
Loading

0 comments on commit e431833

Please sign in to comment.