ValYouW / jqPropertyGrid

A small property grid in JS to view/edit POJOs
MIT License
57 stars 33 forks source link

fix example so options treated as meta if no options.meta #15

Closed gswilcox01 closed 7 years ago

gswilcox01 commented 7 years ago

I got the in project example working again if options passed in IS meta (checking for absence of options.meta).

Also added a dev-dependency for http-server and node "start" script.

I ran "grunt jshint jscs" and got no errors.

Thanks, --Gary