Fix jQuery definitions and more tests

This commit is contained in:
Boris Yankov
2012-11-05 11:29:00 +02:00
parent 0bd52c6c32
commit 2e47786c02
2 changed files with 181 additions and 2 deletions
+3 -2
View File
@@ -74,7 +74,7 @@ interface JQueryCallback {
has(callback: any): bool;
lock(): any;
locked(): bool;
removed(...callbacks: any[]): any;
remove(...callbacks: any[]): any;
}
/*
@@ -134,6 +134,7 @@ interface JQueryBrowserInfo {
opera:bool;
msie:bool;
mozilla:bool;
webkit:bool;
version:string;
}
@@ -187,7 +188,7 @@ interface JQueryStatic {
/*********
CALLBACKS
**********/
Callbacks(flags: any): JQueryCallback;
Callbacks(flags?: string): JQueryCallback;
/****
CORE