Update Arbiter.d.ts

This commit is contained in:
Arash Shakery
2013-05-22 12:30:47 +04:30
parent d9bbf48547
commit bcb6cf6042
+1 -1
View File
@@ -7,7 +7,7 @@
declare module ArbiterDef {
export interface SubscribeHandler {
(data?: any, message?: string, subscriber_context?: any): void;
(data: any, message: string, subscriber_context: any): void;
}
export interface SubscribeOptions {