mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix for global scope.
This commit is contained in:
Vendored
+1
-1
@@ -203,7 +203,7 @@ declare module Meteor {
|
||||
function onConnection(callback: Function): void;
|
||||
/** Connection **/
|
||||
|
||||
function publish(name: string, func: Function): void;
|
||||
function publish(name: string, func: (this: Subscription, ...args: any[]) => void): void;
|
||||
|
||||
function _debug(...args: any[]): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user