Skip to content

Commit

Permalink
Default config is used by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed Sep 22, 2012
1 parent d447143 commit 83eb8d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,2 +1 @@
config.json
node_modules
File renamed without changes.
2 changes: 1 addition & 1 deletion formats.js
Expand Up @@ -4,7 +4,7 @@ var basicTypes = require("./basicTypes");

/**
* Decodes different key input formats.
* @param input {BufferedStream|Buffer|Stream} The input data
* @param input {BufferedStream|Buffer|Stream|Readable Stream} The input data
* @return {BufferedStream}
*/
function decodeKeyFormat(input) {
Expand Down

0 comments on commit 83eb8d9

Please sign in to comment.