LeaVerou / dabblet

An interactive CSS playground
http://dabblet.com
817 stars 148 forks source link

Minor JS issue for IE9 #251

Closed sidonaldson closed 9 years ago

sidonaldson commented 9 years ago

By default the demo JS line is commented out:

// alert("hello world");

When viewing the full screen results I noticed this demo line accidentally comments out the closing brackets of the listener, this throws an error in IE9.

// alert("hello world"); }); code

it's super minor, using /* */ instead of double slash will fix it, or forcing a new line.

Sorry, would do a pull request but I'm on work PC

LeaVerou commented 9 years ago

I believe I just fixed it, could you test please?

sidonaldson commented 9 years ago

@LeaVerou yup! fixed :) :+1: