Skip to content

Commit

Permalink
Updated builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed May 31, 2011
1 parent 6b8fc06 commit d6800eb
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions builtin/digest.js

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

2 changes: 1 addition & 1 deletion builtin/eval.js

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

6 changes: 3 additions & 3 deletions builtin/pagerank.js

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

2 changes: 1 addition & 1 deletion builtin/query.js

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

10 changes: 5 additions & 5 deletions builtin/resolve.js

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

2 changes: 1 addition & 1 deletion builtin/statuscode.js

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

2 changes: 1 addition & 1 deletion builtin/validate.js

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

2 changes: 1 addition & 1 deletion builtin/word_count.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class WordCount extends nodeio.JobClass

complete: ->
output = []
for word, count in word_count
for word, count of word_count
output.push count + ' ' + word
@output output
return true
Expand Down
10 changes: 5 additions & 5 deletions builtin/word_count.js

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

0 comments on commit d6800eb

Please sign in to comment.