commit | 393e960d19bd8e6b03f3bfe7b6dd53f0084454da | [log] [tgz] |
---|---|---|
author | Dmitrii Filippov <dmfilippov@google.com> | Tue Nov 12 11:02:48 2019 +0100 |
committer | Dmitrii Filippov <dmfilippov@google.com> | Tue Nov 12 17:24:44 2019 +0000 |
tree | a913831f256069cb6b4b3df3b3b708f84ea2572a | |
parent | 05b7a72eb920350d80e556cd985f9cd40b8669a5 [diff] [blame] |
Fix JSDoc comments for behaviors Change-Id: Ifed33afffb6b30adb98f62b4cfcbefda858a999f
diff --git a/polygerrit-ui/app/behaviors/gr-repo-plugin-config-behavior/gr-repo-plugin-config-behavior.html b/polygerrit-ui/app/behaviors/gr-repo-plugin-config-behavior/gr-repo-plugin-config-behavior.html index 2dc070d..2fa9191 100644 --- a/polygerrit-ui/app/behaviors/gr-repo-plugin-config-behavior/gr-repo-plugin-config-behavior.html +++ b/polygerrit-ui/app/behaviors/gr-repo-plugin-config-behavior/gr-repo-plugin-config-behavior.html
@@ -20,7 +20,7 @@ window.Gerrit = window.Gerrit || {}; - /** @polymerBehavior this */ + /** @polymerBehavior Gerrit.RepoPluginConfig*/ Gerrit.RepoPluginConfig = { // Should be kept in sync with // gerrit/java/com/google/gerrit/extensions/api/projects/ProjectConfigEntryType.java.