remove autobahnModule, make it autobahn

This commit is contained in:
Andy Hawkins — (̖̣͕̠̬̭̞̪̐̅ỉ̭̣͈̪̠ͮs̳̳̦̞̰̜̞̳͑͌͋ͪ̃̍ ̩̘́͑ͨ̈́̎̋ͮ͊̀ñ͔̣͓̬̈ͮͦ́ͫ͐͛ͅͅo̩̦̳̠̙̗̯̺̐͆̽t̜̥̻̙̟̼̜͂ͩ͋̅̈́ ̠̦̹̟͕͕̱͉͒͋̅́͐ā̟̻̱ͦ̒̍͋ ̗̞͚ͨͩ͊͂̉ͅh͔̼͚̩͚̪̝̝ͣa̫̫̒̓ͬc̦̲̳͍̹̃ͥͯk̲͕̗̖̤̙̜͍̊e̫͎̟̼̺̫̿r͙̰̊̑̿̅ͯͅ)̪̖͇̝̮̪͖̦͆̇ͧ͑̚
2015-08-02 17:15:01 -04:00
parent 5001f99793
commit 7b352edb22
+2 -2
View File
@@ -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;
}