mqchen / jquery.diamonds.js

Diamond layout.
http://mqchen.github.io/jquery.diamonds.js/
MIT License
128 stars 69 forks source link

IE9 Fails on console.debug #14

Closed Tidal-Wave closed 10 years ago

Tidal-Wave commented 10 years ago

Just wanted to leave a note that your plugin seems to fail in IE9 when debug is enabled. Disabled it works fine. This can be seen on the demo page. If fails on Console.debug call.

mqchen commented 10 years ago

Couldn't find an easy way of debuging messages in IE9, so I kind of fixed it by checking if console exists before debuing messages.

e12ddcfcb126bf9e377157cf8d898274559239b0