Merge pull request #3339 from danielearwicker/master

Added explicit return type
This commit is contained in:
Masahiro Wakame
2014-12-18 13:41:36 +09:00
+1 -1
View File
@@ -6,7 +6,7 @@
/// <reference path="../jquery/jquery.d.ts" />
interface JQueryAddressStatic {
();
(): any;
/**
* Binds any supported event type to a function with support for an optional map of data.
*/