mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Added explicit return type
Without explicit return types everywhere, the definition cannot be used in projects that build with --noImplicitAny flag.
This commit is contained in:
Vendored
+1
-1
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user