This commit is contained in:
こぴなたみぽ 2017-12-21 11:13:49 +09:00
parent 72295b2464
commit f7d3b2c6ec
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@
return this.api('posts/search', Object.assign({}, parse(this.query), { return this.api('posts/search', Object.assign({}, parse(this.query), {
limit: this.limit, limit: this.limit,
offset: this.offset offset: this.offset
}).then(posts => { })).then(posts => {
this.update({ this.update({
moreLoading: false moreLoading: false
}); });

View file

@ -36,7 +36,7 @@
return this.api('posts/search', Object.assign({}, parse(this.query), { return this.api('posts/search', Object.assign({}, parse(this.query), {
limit: this.limit, limit: this.limit,
offset: this.offset offset: this.offset
}); }));
}; };
</script> </script>
</mk-search-posts> </mk-search-posts>