Reverted unstable changes from db74c63943

This commit is contained in:
Gonzalo Bellver
2012-01-20 11:07:44 -03:00
parent e98d7f8147
commit c7dcf9faf8
5 changed files with 41 additions and 55 deletions

View File

@@ -67,16 +67,6 @@ mindplot.DragTopic = new Class({
}
},
setVisibility:function(value) {
var dragPivot = this._getDragPivot();
dragPivot.setVisibility(value);
},
isVisible:function() {
var dragPivot = this._getDragPivot();
return dragPivot.isVisible();
},
getInnerShape : function() {
return this._elem2d;
},
@@ -120,7 +110,6 @@ mindplot.DragTopic = new Class({
var dragPivot = this._getDragPivot();
var position = predict.position;
dragPivot.connectTo(parent, position);
dragPivot.setVisibility(true);
this.setOrder(predict.order);
},