Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 999dc89

Browse files
committed
Fix @polymerBehavior annotation
1 parent 4136f48 commit 999dc89

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

iron-validatable-behavior.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@
1313

1414
<script>
1515

16-
/*
17-
Use `Polymer.IronValidatableBehavior` to implement an element that validates user input.
18-
19-
### Accessiblity
20-
21-
Changing the `invalid` property, either manually or by calling `validate()` will update the
22-
`aria-invalid` attribute.
23-
24-
@polymerBehavior
25-
*/
26-
16+
/**
17+
* Use `Polymer.IronValidatableBehavior` to implement an element that validates user input.
18+
*
19+
* ### Accessiblity
20+
*
21+
* Changing the `invalid` property, either manually or by calling `validate()` will update the
22+
* `aria-invalid` attribute.
23+
*
24+
* @polymerBehavior
25+
*/
2726
Polymer.IronValidatableBehavior = {
2827

2928
properties: {

0 commit comments

Comments
 (0)