pattern-lab / styleguidekit-assets-default

The static assets for the default StyleguideKit for Pattern Lab. Contains styles and mark-up for Pattern Lab's front-end.
http://patternlab.io/
MIT License
35 stars 67 forks source link

Add try/catch on the iframemessage calls #12

Closed dmolsen closed 8 years ago

dmolsen commented 8 years ago

Add a try/catch on the JSON.parse in the iframemessage calls. Not everything sent will be PL-related JSON strings. Fail silently.

dmolsen commented 8 years ago

Fixed.