Skip to content

Commit

Permalink
[fix] Typo trainling semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro committed Jun 15, 2012
1 parent 32cb93d commit 8cf17e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middle.js
@@ -1,7 +1,7 @@
var lib = require('./lib')
, cradle = require('cradle')
, config = require('../config')
, dash = process.dash || new require('events').EventEmitter;
, dash = process.dash || new require('events').EventEmitter
, log = process.log || (new require('bunyan'))({name: "nodester"})
;

Expand Down

0 comments on commit 8cf17e3

Please sign in to comment.