turn infoView.resizeElement into noop

This commit is contained in:
j 2014-10-07 10:29:41 +00:00
parent de8f9b7cd9
commit c7bb3c3d0e
2 changed files with 8 additions and 0 deletions

View file

@ -1053,6 +1053,10 @@ pandora.ui.infoView = function(data) {
toggleIconSize(); toggleIconSize();
}; };
that.resizeElement = function() {
// overwrite splitpanel resize
};
that.bindEvent({ that.bindEvent({
mousedown: function() { mousedown: function() {
that.gainFocus() that.gainFocus()

View file

@ -807,6 +807,10 @@ pandora.ui.infoView = function(data) {
toggleIconSize(); toggleIconSize();
}; };
that.resizeElement = function() {
// overwrite splitpanel resize
};
that.bindEvent({ that.bindEvent({
mousedown: function() { mousedown: function() {
that.gainFocus() that.gainFocus()