Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lorossi committed Jan 10, 2021
1 parent e375b07 commit a0894ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
9 changes: 0 additions & 9 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@
<dd></dd>
</dl>

## Functions

<dl>
<dt><a href="#sub">sub()</a></dt>
<dd><p>Alias for sub</p>
</dd>
</dl>

<a name="Vector"></a>

## Vector
**Kind**: global class
Expand Down
3 changes: 1 addition & 2 deletions vectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ Vector.prototype = {
* @alias sub
*/
subtract: function(v) {
sub(v);
return this;
return sub(v);
},

/**
Expand Down
2 changes: 1 addition & 1 deletion vectors.min.js

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

0 comments on commit a0894ce

Please sign in to comment.