Skip to content

Commit 543bdf3

Browse files
committed
Single line comment
1 parent 9694507 commit 543bdf3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib/input/input-container.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,7 @@ export class MdInputContainer implements AfterContentInit {
262262
}
263263
private _hintLabel = '';
264264

265-
/**
266-
* Whether the placeholder should always float, never float or float as the user types.
267-
*/
265+
/** Whether the placeholder should always float, never float or float as the user types. */
268266
@Input()
269267
get floatingPlaceholder() { return this._floatingPlaceholder; }
270268
set floatingPlaceholder(value: MD_INPUT_PLACEHOLDER_TYPES) {

0 commit comments

Comments
 (0)