Blake Niemyjski
2014-03-06 09:21:20 -07:00
parent b80120580a
commit ddd35edea8

View File

@@ -27,7 +27,7 @@ declare class ZeroClipboard {
receiveEvent(eventName: string, args: any): void;
glue(elements: any): void;
unglue(elements: any): void;
static setDefaults(options: ZeroClipboardOptions): void;
static config(options: ZeroClipboardOptions): void;
static destroy(): void;
static detectFlashSupport(): boolean;
static dispatch(eventName: string, args: any): void;