Clean up lint under polygerrit-ui

This change cleans up all lint errors reported by gjslint,
with the exception of third-party code in the gr-linked-text
element and everything under bower_components:

$ gjslint --custom_jsdoc_tags event --check_html \
    -e bower_components,gr-linked-text -r app
Skipping 577 file(s).
181 files checked, no errors found.

Change-Id: I080d58bdd33b2d4b8dd22a717f06eebd7bbfb63d
This commit is contained in:
Logan Hanks
2016-06-15 11:57:36 -07:00
parent bc96b43fc2
commit d2497fbd09
21 changed files with 162 additions and 128 deletions

View File

@@ -62,8 +62,8 @@
this.listen(this, eventName, methodName);
} else {
this.unlisten(this, eventName, methodName);
};
};
}
}
},
isRangeSelected: function() {