kriszyp/json-schema

underscored specialty?

dvv opened this issue · 2 comments

dvv commented

Hi!

What's the purpose of such constructions:

if(objTypeDef.hasOwnProperty(i) && !(i.charAt(0) == '_' && i.charAt(1) == '_'))

TIA,
--Vladimir

This should be removed, this was from a workaround for Dojo special properties

Committed a fix