mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-03 21:48:21 +00:00
1.8.2
This commit is contained in:
@@ -75,7 +75,7 @@ export default class IEventHandler
|
||||
|
||||
off(event, fn)
|
||||
{
|
||||
event = event.toLocaleString();
|
||||
event = event.toLowerCase();
|
||||
if (this._events[event])
|
||||
{
|
||||
if (fn)
|
||||
|
||||
Reference in New Issue
Block a user