Removed a method that no longer exists.

This commit is contained in:
Blake Niemyjski 2014-04-04 16:07:37 -05:00
parent 097542cd03
commit b7844abae6

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;