1 | static S youtubeEmbed(S youtubeID) {
|
2 | ret hEmbedYoutube(youtubeID); |
3 | } |
4 | |
5 | static S youtubeEmbed(S youtubeID, int w, int h) {
|
6 | ret hEmbedYoutube(youtubeID, w, h); |
7 | } |
8 | |
9 | static S youtubeEmbed(S youtubeID, int w, int h, S text) {
|
10 | ret hEmbedYoutube(youtubeID, w, h, text); |
11 | } |
Began life as a copy of #1003254
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1003255 |
| Snippet name: | youtubeEmbed - synonym of hEmbedYoutube |
| Eternal ID of this version: | #1003255/3 |
| Text MD5: | 1187557ce19ba934ef7143a79589daeb |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-04-23 22:57:52 |
| Source code size: | 278 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 815 / 828 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |