Fix style errors
This commit is contained in:
parent
5b44bfda7f
commit
2e368bfe9e
2 changed files with 2 additions and 2 deletions
|
|
@ -346,7 +346,7 @@ function preLoadCss(cssUrl) {
|
|||
const list = await descShard.promise;
|
||||
return list[descIndex];
|
||||
},
|
||||
loadedDescShard: function (crate, shard, data) {
|
||||
loadedDescShard: function(crate, shard, data) {
|
||||
this.descShards.get(crate)[shard].resolve(data.split("\n"));
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -426,7 +426,7 @@ function loadSearchJS(doc_folder, resource_suffix) {
|
|||
const list = await descShard.promise;
|
||||
return list[descIndex];
|
||||
},
|
||||
loadedDescShard: function (crate, shard, data) {
|
||||
loadedDescShard: function(crate, shard, data) {
|
||||
//console.log(this.descShards);
|
||||
this.descShards.get(crate)[shard].resolve(data.split("\n"));
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue