success moved to editableform

This commit is contained in:
vitalets
2012-11-22 18:14:57 +04:00
parent c3b53ec070
commit e79118f0cf
8 changed files with 118 additions and 51 deletions

@ -63,7 +63,11 @@
},
hide: function() {
this.call('close');
if(!this.tip() || !this.tip().is(':visible')) {
return;
}
this.call('close');
this.$element.triggerHandler('hidden');
},
setPosition: function() {