@ -21,7 +21,7 @@ export interface _OB {
on(eventName: string, fn: Function): Function;
once(eventName: string, fn: Function): void;
once(eventName: string, fn?: Function): void;
un(eName: string, fn: Function): void;