Update Arbiter.d.ts

This commit is contained in:
Arash Shakery
2013-05-22 01:58:42 +04:30
parent 248705871f
commit d9bbf48547
+2 -2
View File
@@ -5,7 +5,7 @@
// May 22 2013
declare module ArbiterCore {
declare module ArbiterDef {
export interface SubscribeHandler {
(data?: any, message?: string, subscriber_context?: any): void;
}
@@ -130,4 +130,4 @@ declare module ArbiterCore {
}
}
declare var Arbiter: ArbiterCore.ArbiterStatic;
declare var Arbiter: ArbiterDef.ArbiterStatic;