mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
Trig selectStop event on select method end
This commit is contained in:
@@ -263,6 +263,12 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
if(typeof $this.options.selectStop === 'function')
|
||||||
|
{
|
||||||
|
$this.options.selectStop(jQuery.Event('selectStop'), $this);
|
||||||
|
}
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user