Skip to content

Commit 4845599

Browse files
Fix lint warnings
Signed-off-by: Raimund Schlüßler <[email protected]>
1 parent 799c8db commit 4845599

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

src/components/NcActions/NcActions.vue

-1
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,6 @@ export default {
896896
/**
897897
* The render function to display the component
898898
*
899-
* @param {Function} h The function to create VNodes
900899
* @return {object|undefined} The created VNode
901900
*/
902901
render() {

src/components/NcBreadcrumbs/NcBreadcrumbs.vue

-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ export default {
462462
/**
463463
* The render function to display the component
464464
*
465-
* @param {Function} h The function to create VNodes
466465
* @return {object|undefined} The created VNode
467466
*/
468467
render() {

src/components/NcHighlight/NcHighlight.vue

-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ export default {
212212
/**
213213
* The render function to display the component
214214
*
215-
* @param {Function} h The function to create VNodes
216215
* @return {object} The created VNode
217216
*/
218217
render() {

src/components/NcVNodes/NcVNodes.vue

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ export default {
3333
/**
3434
* The render function to display the component
3535
*
36-
* @param {Function} h The function to create VNodes
37-
* @param {object} context The context object of the functional component
3836
* @return {object} The created VNode
3937
*/
4038
render() {

0 commit comments

Comments
 (0)