Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rodsimpson committed Jan 15, 2013
1 parent 387c923 commit 7999118
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,13 +451,13 @@ $(document).ready(function () {
feed.resetEntityPointer();
while(feed.hasNextEntity()) {
var message = feed.getNextEntity(),
created = message.get('created'),
content = message.get('content'),
email = '',
imageUrl = '',
actor = message.get('actor'),
name = actor.displayName || 'Anonymous',
username = actor.displayName;
created = message.get('created'),
content = message.get('content'),
email = '',
imageUrl = '',
actor = message.get('actor'),
name = actor.displayName || 'Anonymous',
username = actor.displayName;

if ('email' in actor) {
email = actor.email;
Expand Down

0 comments on commit 7999118

Please sign in to comment.