Fix definitions for TS 0.9

This commit is contained in:
Neil Stalker
2013-06-25 13:44:00 +01:00
parent 5897eeb78c
commit 8d4540f61b
7 changed files with 85 additions and 86 deletions
@@ -25,7 +25,6 @@ interface ClientSideLoggingObject {
interface JQueryStatic {
info: (what?: any) => any;
error: (what?: any) => any;
log: (what?: any) => any;
clientSideLogging: (options: ClientSideLoggingObject) => any;
}