mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-16 01:08:41 +00:00
Prepare for future reset functionality
This commit is contained in:
parent
683cf2e844
commit
967c369992
|
|
@ -93,7 +93,7 @@
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||||
*/
|
*/
|
||||||
jsOMS.Event.EventManager.prototype.trigger = function (group, id)
|
jsOMS.Event.EventManager.prototype.trigger = function (group, id, reset)
|
||||||
{
|
{
|
||||||
id = typeof id !== 'undefined' ? id : 0;
|
id = typeof id !== 'undefined' ? id : 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user