Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
bsara committed Mar 1, 2016
1 parent 0e2d92e commit e125cee
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Includes support for AMD, CommonJS, and global inclusion via an HTML script tag.
## Features

- Built with fully native, pure JavaScript and CSS! No extra libraries needed!
- Super lightweight! (Only 6.484 kB minified)
- Super lightweight! (Only ~7 kB minified)
- No additional HTML tag creation...so that the DOM elements you expect, are always going to be the DOM elements that you have.
- No additional JavaScript necessary for usage! (Perfect for single page applications or static sites)
- Uses HTML tag `class` attribute to indicate tables with sticky headers.
Expand Down
2 changes: 1 addition & 1 deletion docs/StickyTableHeader.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="StickyTa
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Tue Mar 01 2016 16:40:41 GMT-0700 (MST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Tue Mar 01 2016 16:47:09 GMT-0700 (MST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/_sth.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="StickyTa
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Tue Mar 01 2016 16:40:41 GMT-0700 (MST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Tue Mar 01 2016 16:47:09 GMT-0700 (MST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/enable-disable.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="StickyTa
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Tue Mar 01 2016 16:40:41 GMT-0700 (MST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Tue Mar 01 2016 16:47:09 GMT-0700 (MST)
</footer>

<script> prettyPrint(); </script>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2 id="install">Install</h2>
<h2 id="features">Features</h2>
<ul>
<li>Built with fully native, pure JavaScript and CSS! No extra libraries needed!</li>
<li>Super lightweight! (Only 6.484 kB minified)</li>
<li>Super lightweight! (Only ~7 kB minified)</li>
<li>No additional HTML tag creation...so that the DOM elements you expect, are always going to be the DOM elements that you have.</li>
<li>No additional JavaScript necessary for usage! (Perfect for single page applications or static sites)<ul>
<li>Uses HTML tag <code>class</code> attribute to indicate tables with sticky headers.</li>
Expand Down Expand Up @@ -194,7 +194,7 @@ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="StickyTa
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Tue Mar 01 2016 16:40:41 GMT-0700 (MST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Tue Mar 01 2016 16:47:09 GMT-0700 (MST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/sticky-table-header-manager.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="StickyTa
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Tue Mar 01 2016 16:40:41 GMT-0700 (MST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Tue Mar 01 2016 16:47:09 GMT-0700 (MST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/sticky-table-header.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="StickyTa
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Tue Mar 01 2016 16:40:41 GMT-0700 (MST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Tue Mar 01 2016 16:47:09 GMT-0700 (MST)
</footer>

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

0 comments on commit e125cee

Please sign in to comment.