Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

Commit

Permalink
new build + review
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Mussi committed Oct 16, 2018
1 parent e8cb348 commit acdb60b
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 9 deletions.
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ function () {
*/

this.getQueryParams = _getQueryParams.default;
this.shiftPage = this.shiftPage.bind(this);
this.getPrevPage = this.getPrevPage.bind(this);
}
/**
* @memberof JsBrowser
Expand Down
2 changes: 1 addition & 1 deletion dist/index.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.umd.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/0.1.0/JsBrowser.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h4 class="name" id=".getPrevPage"><span class="type-signature">(static) </span>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line47">line 47</a>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line50">line 50</a>
</li></ul></dd>


Expand Down Expand Up @@ -444,7 +444,7 @@ <h4 class="name" id=".shiftPage"><span class="type-signature">(static) </span>sh

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line22">line 22</a>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line25">line 25</a>
</li></ul></dd>


Expand Down Expand Up @@ -561,7 +561,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 15 2018 17:36:05 GMT+0200 (CEST) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Oct 16 2018 12:18:54 GMT+0200 (CEST) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/0.1.0/getQueryParams_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h1 class="page-title">getQueryParams/index.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 15 2018 17:36:05 GMT+0200 (CEST) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Oct 16 2018 12:18:54 GMT+0200 (CEST) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/0.1.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2>Usage</h2><pre class="prettyprint source lang-javascript"><code>import { Bro
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 15 2018 17:36:05 GMT+0200 (CEST) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Oct 16 2018 12:18:54 GMT+0200 (CEST) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
5 changes: 4 additions & 1 deletion docs/0.1.0/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ <h1 class="page-title">index.js</h1>
* @see modules/getQueryParams
*/
this.getQueryParams = getQueryParams;

this.shiftPage = this.shiftPage.bind(this);
this.getPrevPage = this.getPrevPage.bind(this);
}

/**
Expand Down Expand Up @@ -117,7 +120,7 @@ <h1 class="page-title">index.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Oct 15 2018 17:36:05 GMT+0200 (CEST) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Oct 16 2018 12:18:54 GMT+0200 (CEST) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-browser",
"version": "0.1.0",
"description": "",
"description": "JsBrowser provides you an alternative method to manage previous and current page changements.",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ class Browser {
* @see modules/getQueryParams
*/
this.getQueryParams = getQueryParams;

this.shiftPage = this.shiftPage.bind(this);
this.getPrevPage = this.getPrevPage.bind(this);
}

/**
Expand Down

0 comments on commit acdb60b

Please sign in to comment.