mirror of
https://github.com/grafana/grafana.git
synced 2025-09-23 03:22:56 +08:00
added jsdoc-format rule and fixed files that didn't follow new rule (#13107)
This commit is contained in:

committed by
Torkel Ödegaard

parent
944c1da27b
commit
abbb6f933c
@ -6,7 +6,7 @@ class PostgresConfigCtrl {
|
||||
|
||||
current: any;
|
||||
|
||||
/** @ngInject **/
|
||||
/** @ngInject */
|
||||
constructor($scope) {
|
||||
this.current.jsonData.sslmode = this.current.jsonData.sslmode || 'verify-full';
|
||||
}
|
||||
@ -27,7 +27,7 @@ class PostgresAnnotationsQueryCtrl {
|
||||
|
||||
annotation: any;
|
||||
|
||||
/** @ngInject **/
|
||||
/** @ngInject */
|
||||
constructor() {
|
||||
this.annotation.rawQuery = this.annotation.rawQuery || defaultQuery;
|
||||
}
|
||||
|
Reference in New Issue
Block a user