GFix client publications

This commit is contained in:
Romain Neutron
2012-02-28 16:02:58 +01:00
parent daf4fe2a03
commit 2412c41553
4 changed files with 182 additions and 296 deletions

View File

@@ -218,10 +218,16 @@
return this.datas;
},
empty : function(){
var $this = this;
this.datas = new Array();
jQuery(this.options.selector, this.$container).filter('.selected:visible').removeClass('selected');
if(typeof $this.options.selectStop === 'function')
{
$this.options.selectStop(jQuery.Event('selectStop'), $this);
}
return this;
},
length : function(){