ucfopen / Materia-Server-Client-Assets

Common Javascript and CSS resources needed for Materia and the Materia Widget Development Kit.
https://ucfopen.github.io/Materia-Docs/
GNU Affero General Public License v3.0
3 stars 10 forks source link

#78 Add data type check for scorecore #95

Closed Goff-Davis closed 4 years ago

Goff-Davis commented 5 years ago

I fixed this in the engine and creator core but neglected to add it for score core. Just a small check to see if the data passed to JSON.parse is a string first.

See #78 for the original issue and #79 for the PR fixing it.