Skip to content

Commit

Permalink
removed extra commas that were causing lint failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher De Cairos committed Aug 24, 2011
1 parent dda15bc commit 439f739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/linkedin/popcorn.linkedin.js
Expand Up @@ -55,17 +55,17 @@
url: {
elem: "input",
type: "text",
label: "URL",
label: "URL"
},
apikey: {
elem: "input",
type: "text",
label: "API Key",
label: "API Key"
},
counter: {
elem: "input",
type: "text",
label: "Counter",
label: "Counter"
},
memberid: {
elem:"input",
Expand Down

0 comments on commit 439f739

Please sign in to comment.