Skip to content

Commit

Permalink
feat: 🎸 Improvements with codebase, docs & tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deltoss committed Nov 17, 2019
1 parent c965963 commit d22c465
Show file tree
Hide file tree
Showing 36 changed files with 37,516 additions and 30,218 deletions.
5,422 changes: 2,815 additions & 2,607 deletions projects/mitch-datasource-documentation/docs/ast/source/DatasourceBase.js.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ <h3 data-ice="anchor" id="instance-method-goToPage">
<span class="right-info">


<span data-ice="source"><span><a href="file/js/DatasourceBase.js.html#lineNumber314">source</a></span></span>
<span data-ice="source"><span><a href="file/js/DatasourceBase.js.html#lineNumber315">source</a></span></span>
</span>
</h3>

Expand Down Expand Up @@ -1614,7 +1614,7 @@ <h3 data-ice="anchor" id="instance-method-nextPage">
<span class="right-info">


<span data-ice="source"><span><a href="file/js/DatasourceBase.js.html#lineNumber329">source</a></span></span>
<span data-ice="source"><span><a href="file/js/DatasourceBase.js.html#lineNumber330">source</a></span></span>
</span>
</h3>

Expand Down Expand Up @@ -1673,7 +1673,7 @@ <h3 data-ice="anchor" id="instance-method-prevPage">
<span class="right-info">


<span data-ice="source"><span><a href="file/js/DatasourceBase.js.html#lineNumber340">source</a></span></span>
<span data-ice="source"><span><a href="file/js/DatasourceBase.js.html#lineNumber341">source</a></span></span>
</span>
</h3>

Expand Down Expand Up @@ -1732,7 +1732,7 @@ <h3 data-ice="anchor" id="instance-method-search">
<span class="right-info">


<span data-ice="source"><span><a href="file/js/DatasourceBase.js.html#lineNumber352">source</a></span></span>
<span data-ice="source"><span><a href="file/js/DatasourceBase.js.html#lineNumber353">source</a></span></span>
</span>
</h3>

Expand Down Expand Up @@ -1808,7 +1808,7 @@ <h3 data-ice="anchor" id="instance-method-sort">
<span class="right-info">


<span data-ice="source"><span><a href="file/js/DatasourceBase.js.html#lineNumber373">source</a></span></span>
<span data-ice="source"><span><a href="file/js/DatasourceBase.js.html#lineNumber374">source</a></span></span>
</span>
</h3>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,11 @@
return null;
}
const updatedResponse = await this._update();
this.loading = false;
this.emit(&apos;updateend&apos;, {
sender: this,
response: updatedResponse,
});
this.loading = false;
return updatedResponse;
} catch (ex) {
this.loading = false;
Expand Down
Loading

0 comments on commit d22c465

Please sign in to comment.