honeinc / hone-embed

Simple interactions with embedded Hone Questions and Quizzes
http://gohone.com
2 stars 0 forks source link

Rework supported var calculation to avoid minification side effects. #10

Closed andyburke closed 10 years ago

jcblw commented 10 years ago

so it look to not just be that one condition it looks to be a combo of with that condition that causes that issue.

var x = ( 'bind' in function(){} ) && ( 'console' in window );

Also it seems to have to do something with the uglify version.If you try it here it will work correctly.

Yours is a better check I just think this is interesting. :smile: