Merge pull request #1851 from balassy/patch-4

AMD support
This commit is contained in:
Masahiro Wakame
2014-03-16 09:54:05 +09:00
+4
View File
@@ -2,6 +2,7 @@
// Project: https://github.com/jonrohan/ZeroClipboard
// Definitions by: Eric J. Smith <https://github.com/ejsmith>
// Definitions by: Blake Niemyjski <https://github.com/niemyjski>
// Definitions by: György Balássy <https://github.com/balassy>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare class ZeroClipboard {
@@ -35,3 +36,6 @@ interface ZeroClipboardOptions {
hoverClass?: string;
activeClass?: string;
}
// Support AMD.
declare module "zeroclipboard" { export = ZeroClipboard; }