Skip to content

Commit

Permalink
starfishmod#45 fixed typo on line 369
Browse files Browse the repository at this point in the history
  • Loading branch information
starfishmod committed Sep 19, 2012
1 parent 881bf0a commit d1c4331
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jquery.oembed.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
$('iframe',oembedContainer).width(settings.maxWidth);
}
if(settings.maxHeight){
$('iframe',oembedContainer).height(setting.maxHeight);
$('iframe',oembedContainer).height(settings.maxHeight);
}
}
}
Expand Down Expand Up @@ -570,7 +570,8 @@

//Rich
new $.fn.oembed.OEmbedProvider("twitter", "rich", ["twitter.com/.+"], "https://api.twitter.com/1/statuses/oembed.json"),
new $.fn.oembed.OEmbedProvider("urtak", "rich", ["urtak.com/(u|clr) /.+"], "http://oembed.urtak.com/1/oembed"),
//new $.fn.oembed.OEmbedProvider("gmep", "rich", ["gmep.imeducate.com/.*"], "http://gmep.imeducate.com/oembed"),
new $.fn.oembed.OEmbedProvider("urtak", "rich", ["urtak.com/(u|clr)/.+"], "http://oembed.urtak.com/1/oembed"),
new $.fn.oembed.OEmbedProvider("cacoo", "rich", ["cacoo.com/.+"], "http://cacoo.com/oembed.json"),
new $.fn.oembed.OEmbedProvider("dailymile", "rich", ["dailymile.com/people/.*/entries/.*"], "http://api.dailymile.com/oembed"),
new $.fn.oembed.OEmbedProvider("dipity", "rich", ["dipity.com/timeline/.+"],'http://www.dipity.com/oembed/timeline/',{useYQL:'json'}),
Expand Down

0 comments on commit d1c4331

Please sign in to comment.