From 502b8d8c58d747862bd24dbb030e4fac3cf0f7b2 Mon Sep 17 00:00:00 2001 From: Theodore Brown Date: Sun, 19 Apr 2015 17:41:42 -0500 Subject: [PATCH] Consistent comment indentation --- jquery.pickadate/jquery.pickadate.d.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jquery.pickadate/jquery.pickadate.d.ts b/jquery.pickadate/jquery.pickadate.d.ts index 4d5e52949..b1e4ebb28 100644 --- a/jquery.pickadate/jquery.pickadate.d.ts +++ b/jquery.pickadate/jquery.pickadate.d.ts @@ -280,11 +280,11 @@ declare module Pickadate { stop(): TPickerObject; /** - * Refresh the picker box after adding something to the holder. - * By default, only the "face" of the picker (i.e. the box element) - * has it’s contents re-rendered. To render the entire picker from - * the root up, pass true as the first argument. - */ + * Refresh the picker box after adding something to the holder. + * By default, only the "face" of the picker (i.e. the box element) + * has it’s contents re-rendered. To render the entire picker from + * the root up, pass true as the first argument. + */ render(entirePicker?: boolean): TPickerObject; /** Clear the value in the picker's input element. */