Skip to content

Commit d74cefc

Browse files
committed
Single line comment
1 parent 8932ce5 commit d74cefc

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
@@ -266,9 +266,7 @@ export class MdInputContainer implements AfterContentInit {
266266
}
267267
private _hintLabel = '';
268268

269-
/**
270-
* Whether the placeholder should always float, never float or float as the user types.
271-
*/
269+
/** Whether the placeholder should always float, never float or float as the user types. */
272270
@Input()
273271
get floatingPlaceholder() { return this._floatingPlaceholder; }
274272
set floatingPlaceholder(value: MD_INPUT_PLACEHOLDER_TYPES) {

0 commit comments

Comments
 (0)