fixed extra whitespace in file headers

This commit is contained in:
Chris McGrath 2016-02-18 00:24:49 -05:00
parent 99ae3f8510
commit a9ef7e36bd
3 changed files with 10 additions and 24 deletions

View File

@ -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";
}

View File

@ -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;

View File

@ -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