User:Theleekycauldron/Scripts/PSHAW/dependencies/Nomination.js: Difference between revisions

Content deleted Content added
yesvermind
JSON stringify
Line 90:
let res = []
for (let hook of this.hooks){
res.push({type: 'option', label: hook.morebits(), value: JSON.stringify(hook)})
}
return res