Skip to content

Commit

Permalink
built website from 5a47141
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Apr 26, 2016
1 parent 5a47141 commit 5b1dfac
Show file tree
Hide file tree
Showing 35 changed files with 917 additions and 423 deletions.

This file was deleted.

Large diffs are not rendered by default.

33 changes: 0 additions & 33 deletions website/demo/assets/vendor-19c8e2e75eaac5f1c901841119312ae9.js

This file was deleted.

33 changes: 33 additions & 0 deletions website/demo/assets/vendor-c42fbaf81ff7cf05583eb6f535153300.js

Large diffs are not rendered by default.

729 changes: 675 additions & 54 deletions website/demo/docs/Editor.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/demo/docs/Key.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Editor.ht
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Wed Apr 20 2016 17:10:16 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Tue Apr 26 2016 16:39:34 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
229 changes: 13 additions & 216 deletions website/demo/docs/Position.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h4 class="name" id="Position"><span class="type-signature"></span>new Position<

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="utils_cursor_position.js.html">utils/cursor/position.js</a>, <a href="utils_cursor_position.js.html#line65">line 65</a>
<a href="utils_cursor_position.js.html">utils/cursor/position.js</a>, <a href="utils_cursor_position.js.html#line64">line 64</a>
</li></ul></dd>


Expand Down Expand Up @@ -229,7 +229,7 @@ <h5 class="subsection-title">Properties:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="utils_cursor_position.js.html">utils/cursor/position.js</a>, <a href="utils_cursor_position.js.html#line74">line 74</a>
<a href="utils_cursor_position.js.html">utils/cursor/position.js</a>, <a href="utils_cursor_position.js.html#line73">line 73</a>
</li></ul></dd>


Expand Down Expand Up @@ -339,7 +339,7 @@ <h5 class="subsection-title">Properties:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="utils_cursor_position.js.html">utils/cursor/position.js</a>, <a href="utils_cursor_position.js.html#line72">line 72</a>
<a href="utils_cursor_position.js.html">utils/cursor/position.js</a>, <a href="utils_cursor_position.js.html#line71">line 71</a>
</li></ul></dd>


Expand Down Expand Up @@ -508,7 +508,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="utils_cursor_position.js.html">utils/cursor/position.js</a>, <a href="utils_cursor_position.js.html#line85">line 85</a>
<a href="utils_cursor_position.js.html">utils/cursor/position.js</a>, <a href="utils_cursor_position.js.html#line84">line 84</a>
</li></ul></dd>


Expand Down Expand Up @@ -560,7 +560,7 @@ <h5>Returns:</h5>



<h4 class="name" id="move"><span class="type-signature"></span>move<span class="signature">(direction)</span><span class="type-signature"> &rarr; {<a href="Position.html">Position</a>|null}</span></h4>
<h4 class="name" id="move"><span class="type-signature"></span>move<span class="signature">(units)</span><span class="type-signature"> &rarr; {<a href="Position.html">Position</a>}</span></h4>



Expand Down Expand Up @@ -603,13 +603,13 @@ <h5>Parameters:</h5>

<tr>

<td class="name"><code>direction</code></td>
<td class="name"><code>units</code></td>


<td class="type">


<span class="param-type"><a href="global.html#Direction">Direction</a></span>
<span class="param-type">Number</span>



Expand All @@ -619,7 +619,7 @@ <h5>Parameters:</h5>



<td class="description last"><p>to move</p></td>
<td class="description last"><p>to move. &gt; 0 moves right, &lt; 0 moves left</p></td>
</tr>


Expand Down Expand Up @@ -660,7 +660,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="utils_cursor_position.js.html">utils/cursor/position.js</a>, <a href="utils_cursor_position.js.html#line155">line 155</a>
<a href="utils_cursor_position.js.html">utils/cursor/position.js</a>, <a href="utils_cursor_position.js.html#line156">line 156</a>
</li></ul></dd>


Expand Down Expand Up @@ -688,216 +688,13 @@ <h5>Returns:</h5>

<div class="param-desc">
<p>Return a new position one unit in the given
direction or null if it is not possible to move that direction</p>
direction. If the position is moving left and at the beginning of the post,
the same position will be returned. Same if the position is moving right and
at the end of the post.</p>
</div>



<dl>
<dt>
Type
</dt>
<dd>

<span class="param-type"><a href="Position.html">Position</a></span>
|

<span class="param-type">null</span>


</dd>
</dl>










<h4 class="name" id="moveLeft"><span class="type-signature"></span>moveLeft<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="Position.html">Position</a>}</span></h4>





<div class="description">
<p>The position to the left of this position.
If this position is the post's headPosition it returns itself.</p>
</div>













<dl class="details">


























<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="utils_cursor_position.js.html">utils/cursor/position.js</a>, <a href="utils_cursor_position.js.html#line171">line 171</a>
</li></ul></dd>







</dl>













<h5>Returns:</h5>




<dl>
<dt>
Type
</dt>
<dd>

<span class="param-type"><a href="Position.html">Position</a></span>


</dd>
</dl>










<h4 class="name" id="moveRight"><span class="type-signature"></span>moveRight<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="Position.html">Position</a>}</span></h4>





<div class="description">
<p>The position to the right of this position.
If this position is the post's tailPosition it returns itself.</p>
</div>













<dl class="details">


























<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="utils_cursor_position.js.html">utils/cursor/position.js</a>, <a href="utils_cursor_position.js.html#line192">line 192</a>
</li></ul></dd>







</dl>













<h5>Returns:</h5>




<dl>
<dt>
Type
Expand Down Expand Up @@ -936,7 +733,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Editor.ht
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Wed Apr 20 2016 17:10:16 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Tue Apr 26 2016 16:39:34 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion website/demo/docs/Post.html
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Editor.ht
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Wed Apr 20 2016 17:10:16 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Tue Apr 26 2016 16:39:34 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion website/demo/docs/PostEditor.html
Original file line number Diff line number Diff line change
Expand Up @@ -3206,7 +3206,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Editor.ht
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Wed Apr 20 2016 17:10:16 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Tue Apr 26 2016 16:39:34 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion website/demo/docs/PostNodeBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Editor.ht
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Wed Apr 20 2016 17:10:16 GMT-0400 (EDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Tue Apr 26 2016 16:39:34 GMT-0400 (EDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
Loading

0 comments on commit 5b1dfac

Please sign in to comment.