honeinc / hone-embed

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

Warnings #12

Open jcblw opened 10 years ago

jcblw commented 10 years ago

If error handler is not handled we should console.error the errors. Also with this 'feature' we should add a way to silence these if wanted.

hone.init({
    silent : true
});