mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
removed files that were renamed
This commit is contained in:
Vendored
-1
@@ -1 +0,0 @@
|
||||
declare function domready(callback: () => any) : void;
|
||||
Vendored
-8
@@ -1,8 +0,0 @@
|
||||
declare class Delegate
|
||||
{
|
||||
constructor(element: HTMLElement);
|
||||
|
||||
on(eventType: string, selector: string, callback : () => any);
|
||||
|
||||
on(eventType: string, callback:() => any);
|
||||
}
|
||||
Reference in New Issue
Block a user