added/fixed headers o-s

https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Bartvds
2014-01-24 01:56:27 +01:00
parent 8c07adefeb
commit 709a0363a0
21 changed files with 72 additions and 39 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
// Type definitions for Finite State Machine 2.2
// Project: https://github.com/jakesgordon/javascript-state-machine
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
// Definitions by: Maarten Docter <https://github.com/mdocter> (2013/01/22)
// Definitions by: William Sears <https://github.com/MrBigDog2U> (2013/01/25)
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// Updated: 2013/01/22 by Maarten Docter <https://github.com/mdocter>
// Updated: 2013/01/25 by William Sears <https://github.com/MrBigDog2U>
interface StateMachineErrorCallback {
(eventName?: string, from?: string, to?: string, args?: any[], errorCode?: number, errorMessage?: string, ex?: Error): void; // NB. errorCode? See: StateMachine.Error