Merge pull request #1986 from niemyjski/patch-4

Removed a method that no longer exists.
This commit is contained in:
Basarat Ali Syed
2014-04-05 21:07:15 +11:00
-1
View File
@@ -11,7 +11,6 @@ declare class ZeroClipboard {
setText(newText: string): void;
title(newTitle: string): void;
setSize(width: number, height: number): void;
forceHandCursor(enabled: boolean): void;
version: string;
moviePath: string;
trustedDomains: any;