Просмотр исходного кода

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

Torkel Ödegaard 10 лет назад
Родитель
Сommit
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 {
 
+  /** @ngInject */
   constructor(private $q, private datasourceSrv) {
   }