mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 03:17:39 -02:30
Fix jshint errors
This commit is contained in:
@@ -72,7 +72,6 @@ export default ['$location', '$compile', '$rootScope', 'SearchWidget', 'Paginate
|
|||||||
this.scope.mode = options.mode;
|
this.scope.mode = options.mode;
|
||||||
|
|
||||||
this.scope.isHiddenByOptions = function(options) {
|
this.scope.isHiddenByOptions = function(options) {
|
||||||
var hiddenByNgHide = false, shownByNgShow = false;
|
|
||||||
|
|
||||||
// If neither ngHide nor ngShow are specified we
|
// If neither ngHide nor ngShow are specified we
|
||||||
// know it.s not hidden by options
|
// know it.s not hidden by options
|
||||||
|
|||||||
Reference in New Issue
Block a user