Skip to content

Commit b55cf57

Browse files
authored
Merge pull request #716 from jcaianirh/issue-713
chore(pfTableView): Fix compile warnings
2 parents b466ef4 + ffc7502 commit b55cf57

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Gruntfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ module.exports = function (grunt) {
136136
}
137137
},
138138
lessToSass: {
139+
/* eslint-disable */
139140
convert_within_custom_replacements: {
141+
/* eslint-enable */
140142
files: [
141143
{
142144
expand: true,

src/table/tableview/examples/table-view-basic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @ngdoc directive
3-
* @name patternfly.table.component:pfTableView - Basic
3+
* @name patternfly.table.component:pfTableView-Basic
44
*
55
* @description
66
* Component for rendering a simple table view.<br><br>
7-
* See {@link patternfly.table.component:pfTableView%20-%20with%20Toolbar pfTableView - with Toolbar} for use with a Toolbar<br>
7+
* See {@link patternfly.table.component:pfTableView-with-Toolbar pfTableView - with Toolbar} for use with a Toolbar<br>
88
* See {@link patternfly.toolbars.component:pfToolbar pfToolbar} for use in Toolbar View Switcher
99
*
1010
* @param {object} config Optional configuration object

src/table/tableview/examples/table-view-with-toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @ngdoc directive
3-
* @name patternfly.table.component:pfTableView - with Toolbar
3+
* @name patternfly.table.component:pfTableView-with-Toolbar
44
*
55
* @description
66
* Example configuring a table view with a toolbar.<br><br>

0 commit comments

Comments
 (0)