Преглед изворни кода

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 {
 
+  /** @ngInject */
   constructor(private $q, private datasourceSrv) {
   }