Skip to content

Commit

Permalink
Fix JS example
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Apr 16, 2014
1 parent fd77560 commit 84a42c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The input ports also allow passing in an optional *processing function* that get
```js
var noflo = require('noflo');

module.exports = function() {
exports.getComponent = function() {
var c = new noflo.Component();

c.inPorts.add('in', function(event, payload) {
Expand Down

0 comments on commit 84a42c6

Please sign in to comment.