Prepare for future reset functionality

This commit is contained in:
Dennis Eichhorn 2016-12-30 19:51:55 +01:00
parent 683cf2e844
commit 967c369992

View File

@ -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;