-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
224 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
|
||
<label for="nav-trigger" class="overlay"></label> | ||
|
||
<nav> | ||
<nav > | ||
|
||
<input type="text" id="nav-search" placeholder="Search" /> | ||
|
||
|
@@ -82,7 +82,7 @@ <h4 class="name" id="LocalSession"><span class="type-signature"></span>new Local | |
|
||
<dt class="tag-source">Source:</dt> | ||
<dd class="tag-source"><ul class="dummy"><li> | ||
<a href="session.js.html">session.js</a>, <a href="session.js.html#line24">line 24</a> | ||
<a href="session.js.html">session.js</a>, <a href="session.js.html#line25">line 25</a> | ||
</li></ul></dd> | ||
|
||
|
||
|
@@ -551,7 +551,7 @@ <h6>Properties</h6> | |
|
||
|
||
|
||
<td class="description last"><p>lowdb storage serialize function, must return data (usually string) <code>(default: <a href="https://goo.gl/dmGpZd">JSON.stringify</a>)</code></p></td> | ||
<td class="description last"><p>lowdb storage serialize function, must return data (usually string) <code>(default: <code>JSON.stringify</code>)</code></p></td> | ||
</tr> | ||
|
||
|
||
|
@@ -584,7 +584,7 @@ <h6>Properties</h6> | |
|
||
|
||
|
||
<td class="description last"><p>lowdb storage serialize function, must return an object <code>(default: <a href="https://goo.gl/wNy3ar">JSON.parse</a>)</code></p></td> | ||
<td class="description last"><p>lowdb storage serialize function, must return an object <code>(default: <code>JSON.parse</code>)</code></p></td> | ||
</tr> | ||
|
||
|
||
|
@@ -618,6 +618,8 @@ <h6>Properties</h6> | |
|
||
|
||
|
||
|
||
|
||
<h5>Returns:</h5> | ||
|
||
|
||
|
@@ -630,6 +632,7 @@ <h5>Returns:</h5> | |
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
|
@@ -639,6 +642,8 @@ <h5>Returns:</h5> | |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
@@ -700,7 +705,7 @@ <h4 class="name" id=".storagefileAsync"><span class="type-signature">(readonly) | |
|
||
|
||
<div class="description"> | ||
<p>lowdb storage named <code><a href="https://git.io/vhM3m">fileAsync</a></code> before <code><a href="https://git.io/vhM3Z">[email protected]</a></code></p> | ||
<p>lowdb storage named <code><code>fileAsync</code></code> before <code><code>[email protected]</code></code></p> | ||
</div> | ||
|
||
|
||
|
@@ -763,7 +768,7 @@ <h4 class="name" id=".storagefileSync"><span class="type-signature">(readonly) < | |
|
||
|
||
<div class="description"> | ||
<p>lowdb storage named <code><a href="https://git.io/vhM3Y">fileSync</a></code> before <code><a href="https://git.io/vhM3Z">[email protected]</a></code></p> | ||
<p>lowdb storage named <code><code>fileSync</code></code> before <code><code>[email protected]</code></code></p> | ||
</div> | ||
|
||
|
||
|
@@ -910,6 +915,8 @@ <h5>Parameters:</h5> | |
|
||
|
||
|
||
|
||
|
||
<h5>Returns:</h5> | ||
|
||
|
||
|
@@ -934,6 +941,7 @@ <h5>Returns:</h5> | |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
@@ -1065,6 +1073,8 @@ <h5>Parameters:</h5> | |
|
||
|
||
|
||
|
||
|
||
<h5>Returns:</h5> | ||
|
||
|
||
|
@@ -1089,6 +1099,7 @@ <h5>Returns:</h5> | |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
@@ -1232,6 +1243,8 @@ <h5>Parameters:</h5> | |
|
||
|
||
|
||
|
||
|
||
<h5>Returns:</h5> | ||
|
||
|
||
|
@@ -1252,6 +1265,7 @@ <h5>Returns:</h5> | |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
@@ -1406,6 +1420,8 @@ <h5>Parameters:</h5> | |
|
||
|
||
|
||
|
||
|
||
<h5>Returns:</h5> | ||
|
||
|
||
|
@@ -1435,6 +1451,7 @@ <h5>Returns:</h5> | |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
@@ -1455,16 +1472,14 @@ <h5>Returns:</h5> | |
<br class="clear"> | ||
|
||
<footer> | ||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme. | ||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme. | ||
</footer> | ||
|
||
<script>prettyPrint();</script> | ||
<script src="scripts/polyfill.js"></script> | ||
<script src="scripts/linenumber.js"></script> | ||
|
||
<script src="scripts/jquery-3.1.1.min.js"></script> | ||
|
||
<script src="scripts/search.js"></script> | ||
|
||
<script src="scripts/search.js" defer></script> | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.