mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1791 from niemyjski/patch-2
Changed SetDefaults to config.
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user