mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
remove extraneous Promise injection
This commit is contained in:
parent
5e8b33a9a4
commit
57d8b27501
5 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@ define(function (require) {
|
|||
});
|
||||
|
||||
beforeEach(function () {
|
||||
inject(function (_$rootScope_, Private, Promise) {
|
||||
inject(function (_$rootScope_, Private) {
|
||||
$rootScope = _$rootScope_;
|
||||
queryFilter = Private(require('components/filter_bar/query_filter'));
|
||||
});
|
||||
|
|
|
@ -52,7 +52,7 @@ define(function (require) {
|
|||
});
|
||||
|
||||
beforeEach(function () {
|
||||
inject(function (_$rootScope_, Private, Promise) {
|
||||
inject(function (_$rootScope_, Private) {
|
||||
$rootScope = _$rootScope_;
|
||||
queryFilter = Private(require('components/filter_bar/query_filter'));
|
||||
});
|
||||
|
|
|
@ -72,7 +72,7 @@ define(function (require) {
|
|||
});
|
||||
|
||||
beforeEach(function () {
|
||||
inject(function (_$rootScope_, Private, Promise) {
|
||||
inject(function (_$rootScope_, Private) {
|
||||
$rootScope = _$rootScope_;
|
||||
queryFilter = Private(require('components/filter_bar/query_filter'));
|
||||
});
|
||||
|
|
|
@ -52,7 +52,7 @@ define(function (require) {
|
|||
});
|
||||
|
||||
beforeEach(function () {
|
||||
inject(function (_$rootScope_, Private, Promise) {
|
||||
inject(function (_$rootScope_, Private) {
|
||||
$rootScope = _$rootScope_;
|
||||
queryFilter = Private(require('components/filter_bar/query_filter'));
|
||||
});
|
||||
|
|
|
@ -52,7 +52,7 @@ define(function (require) {
|
|||
});
|
||||
|
||||
beforeEach(function () {
|
||||
inject(function (_$rootScope_, Private, Promise) {
|
||||
inject(function (_$rootScope_, Private) {
|
||||
$rootScope = _$rootScope_;
|
||||
queryFilter = Private(require('components/filter_bar/query_filter'));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue