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:
Daniel Rosenwasser
2015-08-21 13:12:30 -07:00
parent 3f66eb02db
commit 79617fa3aa

View File

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