Skip to content

Commit

Permalink
fixed small reformatting issue - use only 78 columns width
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvuerings committed Jun 14, 2011
1 parent d22edfe commit cd8c1ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions jquery.lifestream-compiled.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion jquery.lifestream.js
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,8 @@
}

$.ajax({
url: "http://gdata.youtube.com/feeds/api/users/" + obj.user + "/favorites?v=2&alt=jsonc",
url: "http://gdata.youtube.com/feeds/api/users/" + obj.user
+ "/favorites?v=2&alt=jsonc",
success: function(data) {
if (typeof data === "string") {
data = $.parseJSON(data);
Expand Down

1 comment on commit cd8c1ed

@mgiulio
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oopps, sorry. I'm going to open an issue to discuss coding style guidelines.

Please sign in to comment.