removed files that were renamed

This commit is contained in:
dotnetnerd
2014-01-21 16:08:40 +01:00
parent 4ab427bb2c
commit 41fda8197c
2 changed files with 0 additions and 9 deletions
-1
View File
@@ -1 +0,0 @@
declare function domready(callback: () => any) : void;
-8
View File
@@ -1,8 +0,0 @@
declare class Delegate
{
constructor(element: HTMLElement);
on(eventType: string, selector: string, callback : () => any);
on(eventType: string, callback:() => any);
}