mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Typed callback arg to Marionette.Callbacks.add as a Function
This commit is contained in:
Vendored
+2
-2
@@ -112,8 +112,8 @@ declare module Marionette {
|
||||
function unbindEntityEvents(target, entity, bindings);
|
||||
|
||||
class Callbacks {
|
||||
add(callback, contextOverride): void;
|
||||
run(options, context): void;
|
||||
add(callback:Function, contextOverride:any): void;
|
||||
run(options:any, context:any): void;
|
||||
reset(): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user