mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fixed extra whitespace in file headers
This commit is contained in:
parent
99ae3f8510
commit
a9ef7e36bd
@ -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";
|
||||
}
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// Tests for Flickity v1.1.1
|
||||
// Tests 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/>
|
||||
|
||||
///<reference path="../jquery/jquery.d.ts"/>
|
||||
@ -105,7 +105,7 @@
|
||||
|
||||
flikty2.reloadCells();
|
||||
|
||||
//event handlers
|
||||
//event handlers
|
||||
flikty2.on(FlickityEvents.cellSelect, (evt, ele) => {
|
||||
//do something
|
||||
});
|
||||
@ -121,8 +121,8 @@
|
||||
flikty2.listener("myCustomEvent", (evt : Event) => {
|
||||
//do something
|
||||
});
|
||||
|
||||
//static get data methods
|
||||
|
||||
//static get data methods
|
||||
|
||||
var jQdata = jQuery.fn.data('flickity')();
|
||||
jQdata = $.fn.data('flickity')();
|
||||
@ -132,19 +132,6 @@
|
||||
|
||||
//property tests
|
||||
var selectedIndex : number = flikty2.selectedIndex;
|
||||
|
||||
|
||||
var selectedElement: Element = flikty2.selectedElement;
|
||||
var cells : Array<Element> = flikty2.cells;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
2
flickity/flickity.d.ts
vendored
2
flickity/flickity.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions 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/bdukes/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user