Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ebryn committed Oct 13, 2011
1 parent e48106b commit 35cf410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/app.js
Expand Up @@ -10,7 +10,7 @@
var Twitter = require('twitter').Twitter;

var client = Twitter({
consumerKey: "INSERT KEY HERE"
consumerKey: "INSERT KEY HERE",
consumerSecret: "INSERT SECRET HERE",
accessTokenKey: accessTokenKey,
accessTokenSecret: accessTokenSecret
Expand Down

0 comments on commit 35cf410

Please sign in to comment.