Skip to content

Commit

Permalink
updated dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Rab Rennie committed Dec 5, 2015
1 parent f5158b3 commit 98d74b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/anything.js
Original file line number Diff line number Diff line change
Expand Up @@ -733,10 +733,11 @@
anything.prototype.sumArray = sumArray;

var theAnswerToLifeTheUniverseAndEverything = function() {
return 42
return anything.everything();
};

anything.prototype.theAnswerToLifeTheUniverseAndEverything = theAnswerToLifeTheUniverseAndEverything;

/**
* Tuple "class".
*/
Expand Down
Loading

0 comments on commit 98d74b3

Please sign in to comment.