Skip to content

Commit 066c3d6

Browse files
committed
Single line comment
1 parent 9a1314e commit 066c3d6

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
@@ -274,9 +274,7 @@ export class MdInputContainer implements AfterContentInit {
274274
// Unique id for the hint label.
275275
_hintLabelId: string = `md-input-hint-${nextUniqueId++}`;
276276

277-
/**
278-
* Whether the placeholder should always float, never float or float as the user types.
279-
*/
277+
/** Whether the placeholder should always float, never float or float as the user types. */
280278
@Input()
281279
get floatingPlaceholder() { return this._floatingPlaceholder; }
282280
set floatingPlaceholder(value: MD_INPUT_PLACEHOLDER_TYPES) {

0 commit comments

Comments
 (0)