Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #10 from mlb-/patch-1
Browse files Browse the repository at this point in the history
Typo fix, added missing function
  • Loading branch information
dcodeIO authored Apr 23, 2017
2 parents 78cf988 + 98f51e9 commit 165bb98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion os.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ var os = {};
* @return {string}
* @nosideeffects
*/
os.tmdDir = function() {};
os.tmpdir = function() {};
os.tmpDir = function() {};

/**
* @return {string}
Expand Down

0 comments on commit 165bb98

Please sign in to comment.