From cf79a93a21077ed91bb622c8e1ea3019de81fb03 Mon Sep 17 00:00:00 2001 From: Elad Zelingher Date: Wed, 7 Oct 2015 13:33:31 +0300 Subject: [PATCH] Removed implicitAny --- autobahn/autobahn.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autobahn/autobahn.d.ts b/autobahn/autobahn.d.ts index eefe55bf59..6debcca7c9 100644 --- a/autobahn/autobahn.d.ts +++ b/autobahn/autobahn.d.ts @@ -108,7 +108,7 @@ declare module autobahn { } class Subscription implements ISubscription { - constructor(topic?, handler?: SubscribeHandler, options?: ISubscribeOptions, session?: Session, id?: number); + constructor(topic? : string, handler?: SubscribeHandler, options?: ISubscribeOptions, session?: Session, id?: number); handler: SubscribeHandler;