Skip to content

Commit

Permalink
removed crossDomain property, since we didn't need it anyway.
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvuerings committed Jun 14, 2011
1 parent cd8c1ed commit 0f2b3a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
16 changes: 8 additions & 8 deletions jquery.lifestream-compiled.js

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

4 changes: 0 additions & 4 deletions jquery.lifestream.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@
$.ajax({
url: "http://feeds.delicious.com/v2/json/" + obj.user,
dataType: "jsonp",
crossDomain: true,
success: function(data){
var output = [];

Expand Down Expand Up @@ -303,7 +302,6 @@
$.ajax({
url: "http://api.dribbble.com/players/" + obj.user + "/shots",
dataType: "jsonp",
crossDomain: true,
success: function(data){
var output = [];

Expand Down Expand Up @@ -337,7 +335,6 @@
url: "http://api.flickr.com/services/feeds/photos_public.gne?id="
+ obj.user + "&lang=en-us&format=json",
dataType: "jsonp",
crossDomain: true,
jsonp: 'jsoncallback',
success: function(data){
var output = [];
Expand Down Expand Up @@ -620,7 +617,6 @@
+ "jsonp",
dataType: "jsonp",
jsonp: 'jsonp',
crossDomain: true,
success: function(data){
var output = [];

Expand Down

0 comments on commit 0f2b3a4

Please sign in to comment.