Skip to content

Commit

Permalink
update version comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Jan Beyer committed Nov 4, 2020
1 parent 2cf3aea commit 42c5cfa
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/DragSelect.es6m.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d

function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }

// v 1.12.2
// v 1.14.0
// @ts-check

/*
Expand Down
2 changes: 1 addition & 1 deletion dist/DragSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d

function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }

// v 1.12.2
// v 1.14.0
// @ts-check

/*
Expand Down
2 changes: 1 addition & 1 deletion docs/DragSelect.es6m.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d

function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }

// v 1.12.2
// v 1.14.0
// @ts-check

/*
Expand Down
2 changes: 1 addition & 1 deletion docs/DragSelect.html
Original file line number Diff line number Diff line change
Expand Up @@ -6150,7 +6150,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Wed Nov 04 2020 17:21:18 GMT+0100 (Central European Standard Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Wed Nov 04 2020 17:41:40 GMT+0100 (Central European Standard Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/DragSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d

function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }

// v 1.12.2
// v 1.14.0
// @ts-check

/*
Expand Down
4 changes: 2 additions & 2 deletions docs/DragSelect.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1 class="page-title">DragSelect.js</h1>

<section>
<article>
<pre class="prettyprint source linenums"><code>// v 1.12.2
<pre class="prettyprint source linenums"><code>// v 1.14.0
// @ts-check
/*
____ _____ __ __
Expand Down Expand Up @@ -1372,7 +1372,7 @@ <h1 class="page-title">DragSelect.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Wed Nov 04 2020 17:21:18 GMT+0100 (Central European Standard Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Wed Nov 04 2020 17:41:40 GMT+0100 (Central European Standard Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ <h1>Have Fun!</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Wed Nov 04 2020 17:21:18 GMT+0100 (Central European Standard Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Wed Nov 04 2020 17:41:40 GMT+0100 (Central European Standard Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion src/DragSelect.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// v 1.12.2
// v 1.14.0
// @ts-check
/*
____ _____ __ __
Expand Down

0 comments on commit 42c5cfa

Please sign in to comment.