mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08: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:
2
jquery.address/jquery.address.d.ts
vendored
2
jquery.address/jquery.address.d.ts
vendored
@@ -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