Skip to content

Commit

Permalink
Merge pull request #617 from sutiam/patch-2
Browse files Browse the repository at this point in the history
add semicolon
  • Loading branch information
tj committed Nov 2, 2011
2 parents 8339c96 + 311ef7e commit e20777d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chat/app.js
Expand Up @@ -18,7 +18,7 @@ var app = express.createServer();
*/

app.configure(function () {
app.use(stylus.middleware({ src: __dirname + '/public', compile: compile }))
app.use(stylus.middleware({ src: __dirname + '/public', compile: compile }));
app.use(express.static(__dirname + '/public'));
app.set('views', __dirname);
app.set('view engine', 'jade');
Expand Down

0 comments on commit e20777d

Please sign in to comment.