MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / giftSelected

Method giftSelected

code/main/WishingWell.ts:244–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242 }
243
244 private giftSelected(): void{
245 // Get the selected language id
246 this.selectedGiftId = $("#wishingWellGiftList").find(":selected").attr("id");
247 }
248
249 private selectRightEnchantment(): void{
250 // We select the right question

Callers

nothing calls this directly

Calls 3

$Function · 0.85
attrMethod · 0.80
findMethod · 0.80

Tested by

no test coverage detected