radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 45 forks source link

Field name is not checked for validity at all, bad name breaks whole app #17

Closed ssteinerx closed 9 years ago

ssteinerx commented 9 years ago

You can type something like "s;;;;;;" for a field name and mugen will generate completely broken code.

Unfortunately, since it's all in one app, the entire thing goes down until the offending code is removed.

radiegtya commented 9 years ago

I have been fixing this issue, please check it out. :)