Merge pull request #1791 from niemyjski/patch-2

Changed SetDefaults to config.
This commit is contained in:
Masahiro Wakame
2014-03-07 21:23:54 +09:00
+1 -1
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;