Commit 6cf5f9d
authored
The return type of mixinBehaviors is unknown
It's more than just the input class. Leaving it unknown allows the user to add annotations like:
```
* @constructor
* @extends {Polymer.Element}
* @implements {IronValidatableBehaviorInterface}
```1 parent 33ab3ae commit 6cf5f9d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments