ソースを参照

fix(mixed datasource): fixed issue with mixed data source in optimized build

Torkel Ödegaard 10 年 前
コミット
3d353c7d6d
1 ファイル変更1 行追加0 行削除
  1. 1 0
      public/app/plugins/datasource/mixed/datasource.ts

+ 1 - 0
public/app/plugins/datasource/mixed/datasource.ts

@@ -5,6 +5,7 @@ import _ from 'lodash';
 
 
 class MixedDatasource {
 class MixedDatasource {
 
 
+  /** @ngInject */
   constructor(private $q, private datasourceSrv) {
   constructor(private $q, private datasourceSrv) {
   }
   }