From b63ce7e50ec18d63f9626e82b51374fabe29396f Mon Sep 17 00:00:00 2001 From: Misha Moroshko Date: Fri, 25 Jul 2014 19:47:50 +1000 Subject: [PATCH] Remove duplicate "scrollbar-y" --- js/angular/directive/content.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/angular/directive/content.js b/js/angular/directive/content.js index b13044554f..1e425b09ab 100644 --- a/js/angular/directive/content.js +++ b/js/angular/directive/content.js @@ -31,7 +31,6 @@ * Ionic scroll. * @param {boolean=} scrollbar-x Whether to show the horizontal scrollbar. Default true. * @param {boolean=} scrollbar-y Whether to show the vertical scrollbar. Default true. - * @param {boolean=} scrollbar-y Whether to show the vertical scrollbar. Default true. * @param {string=} start-y Initial vertical scroll position. Default 0. * of the content. Defaults to true on iOS, false on Android. * @param {expression=} on-scroll Expression to evaluate when the content is scrolled.