From 79617fa3aac8254c652cf761e33aabf8aebd7bb3 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Fri, 21 Aug 2015 13:12:30 -0700 Subject: [PATCH] Marked deprecated fields as such with JSDoc and added comment in 'photoswipe'. See https://github.com/dimsemenov/PhotoSwipe/issues/944 --- photoswipe/photoswipe.d.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/photoswipe/photoswipe.d.ts b/photoswipe/photoswipe.d.ts index 4916c2123f..16ce87a68c 100644 --- a/photoswipe/photoswipe.d.ts +++ b/photoswipe/photoswipe.d.ts @@ -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;