Skip to content

chore(pfTableView): Fix compile warnings #716

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ module.exports = function (grunt) {
}
},
lessToSass: {
/* eslint-disable */
convert_within_custom_replacements: {
/* eslint-enable */
files: [
{
expand: true,
Expand Down
4 changes: 2 additions & 2 deletions src/table/tableview/examples/table-view-basic.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @ngdoc directive
* @name patternfly.table.component:pfTableView - Basic
* @name patternfly.table.component:pfTableView-Basic
*
* @description
* Component for rendering a simple table view.<br><br>
* See {@link patternfly.table.component:pfTableView%20-%20with%20Toolbar pfTableView - with Toolbar} for use with a Toolbar<br>
* See {@link patternfly.table.component:pfTableView-with-Toolbar pfTableView - with Toolbar} for use with a Toolbar<br>
* See {@link patternfly.toolbars.component:pfToolbar pfToolbar} for use in Toolbar View Switcher
*
* @param {object} config Optional configuration object
Expand Down
2 changes: 1 addition & 1 deletion src/table/tableview/examples/table-view-with-toolbar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @ngdoc directive
* @name patternfly.table.component:pfTableView - with Toolbar
* @name patternfly.table.component:pfTableView-with-Toolbar
*
* @description
* Example configuring a table view with a toolbar.<br><br>
Expand Down