Added comment headers and version

This commit is contained in:
Emil Ivanov
2012-12-12 11:02:44 +02:00
parent 55146899fc
commit e30a04c0b1
+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;