mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
code style
This commit is contained in:
parent
668c067a91
commit
47c788a28b
1 changed files with 1 additions and 2 deletions
|
@ -54,8 +54,7 @@ define(function (require) {
|
|||
.then(function (parent) {
|
||||
if (parent) {
|
||||
self.savedSearch = parent;
|
||||
self.searchSource
|
||||
.inherits(parent.searchSource);
|
||||
self.searchSource.inherits(parent.searchSource);
|
||||
}
|
||||
|
||||
self.searchSource.size(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue