Fixed error

This commit is contained in:
Stefan Profanter
2015-10-09 18:13:50 +02:00
parent dc377a32e2
commit 4863cc74e8
+3 -3
View File
@@ -9,8 +9,8 @@ declare module ROSLIB {
url: string
});
on(eventName: string, callback: (event: any) => void);
connect(url: string);
on(eventName: string, callback: (event: any) => void) : void;
connect(url: string) : void;
}
@@ -21,4 +21,4 @@ declare module ROSLIB {
serviceType: string
});
}
}
}