mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
fixed extra whitespace in file headers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Event Constants for Flickity v1.1.1
|
||||
// Event Constants for Flickity v1.1.1
|
||||
// Project: http://flickity.metafizzy.co/
|
||||
// Repository: https://github.com/metafizzy/flickity
|
||||
// Repository: https://github.com/metafizzy/flickity
|
||||
// Definitions by: Chris McGrath <https://github.com/clmcgrath/>
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ class FlickityEvents {
|
||||
* Triggered when dragging starts and the slider starts moving.
|
||||
*/
|
||||
static dragStart: string = "dragStart";
|
||||
|
||||
|
||||
/**
|
||||
* Triggered when dragging moves and the slider moves.
|
||||
*/
|
||||
@@ -58,4 +58,3 @@ class FlickityEvents {
|
||||
*/
|
||||
static lazyLoad: string = "lazyLoad";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user