kriszyp / json-schema

JSON Schema specifications, reference schemas, and a CommonJS implementation

Home Page:http://json-schema.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

underscored specialty?

dvv opened this issue · comments

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