Added comment headers and version

This commit is contained in:
Emil Ivanov
2012-12-26 09:28:14 +01:00
committed by Damiano
parent 96fa1a3f54
commit 2926808284
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for SockJS 0.3.x
// Project: https://github.com/sockjs/sockjs-client
// Definitions by: Emil Ivanov <https://github.com/vladev>
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
interface SockJSSimpleEvent {
type: string;
toString(): string;