Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#16907 from CornerCaseTechnologies/…
Browse files Browse the repository at this point in the history
…master

[webix] Adding Window type to webix.event
  • Loading branch information
yuit authored Jun 12, 2017
2 parents dd5d8c3 + 78d04b8 commit 5d86386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/webix/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function delay(code:WebixCallback, owner?:any, params?:any[], delay?:number):num
function detachEvent(id:string):void;
function dp(name:string):any;
function editStop():void;
function event(node:HTMLElement|string, event:string, handler:WebixCallback, context?:any):string|number;
function event(node:HTMLElement|Window|string, event:string, handler:WebixCallback, context?:any):string|number;
function eventRemove(id:string|number):void;
function exec(code:string):void;
function extend(target:any, source:any, overwrite?:boolean):any;
Expand Down Expand Up @@ -811,7 +811,7 @@ interface TreeCollection{
clearAll():void;
clearValidation():void;
copy(sid:string|number, tindex:number, tobj?:any, details?:any):void;
count():number;
count():number;
define(property:string, value:any):void;
destructor():void;
detachEvent(id:string):void;
Expand Down

0 comments on commit 5d86386

Please sign in to comment.