mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 17:04:20 +08:00
Marked deprecated fields as such with JSDoc and added comment in 'photoswipe'.
See https://github.com/dimsemenov/PhotoSwipe/issues/944
This commit is contained in:
8
photoswipe/photoswipe.d.ts
vendored
8
photoswipe/photoswipe.d.ts
vendored
@@ -269,12 +269,16 @@ declare module PhotoSwipe {
|
||||
mainClass?: string;
|
||||
|
||||
/**
|
||||
* Undocumented.
|
||||
* NOTE: this property will be ignored in future versions of PhotoSwipe.
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
mainScrollEndFriction?: number;
|
||||
|
||||
/**
|
||||
* Undocumented.
|
||||
* NOTE: this property will be ignored in future versions of PhotoSwipe.
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
panEndFriction?: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user