You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adev/src/content/cdk/cdk_testing.json
+6-16Lines changed: 6 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -2889,31 +2889,21 @@
2889
2889
{
2890
2890
"name": "param",
2891
2891
"comment": "Value to be set on the element."
2892
-
},
2893
-
{
2894
-
"name": "breaking-change",
2895
-
"comment": "16.0.0 Will become a required method."
2896
2892
}
2897
2893
],
2898
-
"rawComment": "/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n * @breaking-change 16.0.0 Will become a required method.\n */"
2894
+
"rawComment": "/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */"
2899
2895
},
2900
2896
"entryType": "function",
2901
2897
"description": "Sets the value of a `contenteditable` element.",
2902
2898
"jsdocTags": [
2903
2899
{
2904
2900
"name": "param",
2905
2901
"comment": "Value to be set on the element."
2906
-
},
2907
-
{
2908
-
"name": "breaking-change",
2909
-
"comment": "16.0.0 Will become a required method."
2910
2902
}
2911
2903
],
2912
-
"rawComment": "/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n * @breaking-change 16.0.0 Will become a required method.\n */",
2904
+
"rawComment": "/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */",
0 commit comments