mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
remove autobahnModule, make it autobahn
This commit is contained in:
parent
5001f99793
commit
7b352edb22
Vendored
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
/// <reference path="../when/when.d.ts" />
|
||||
|
||||
declare module autobahnModule {
|
||||
declare module autobahn {
|
||||
|
||||
export class Session {
|
||||
id: number;
|
||||
@@ -196,5 +196,5 @@ declare module autobahnModule {
|
||||
}
|
||||
|
||||
declare module "autobahn" {
|
||||
export = autobahnModule;
|
||||
export = autobahn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user