Consistent comment indentation

This commit is contained in:
Theodore Brown
2015-04-19 17:41:42 -05:00
parent e507992e63
commit 502b8d8c58
+5 -5
View File
@@ -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 its 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 its 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. */