cleaned-up headers

This commit is contained in:
Bart van der Schoor
2014-06-18 23:31:11 +02:00
parent 26109abe15
commit 1d345f6c14
124 changed files with 238 additions and 220 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
// Type definitions for jQuery Cycle2 version 2.1.2 (build 20140216)
// Project: http://jquery.malsup.com/cycle2/ (also https://github.com/malsup/cycle2)
// Project: http://jquery.malsup.com/cycle2/
// https://github.com/malsup/cycle2
// Definitions by: Donny Nadolny <https://github.com/dnadolny/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
@@ -140,4 +141,4 @@ declare module JQueryCycle2 {
interface Transition {
before(opts: Options, curr: Element, next: Element, fwd: boolean): void;
}
}
}