chenhuanle / html5rocks

Automatically exported from code.google.com/p/html5rocks
0 stars 0 forks source link

features.js should not .detach() the DOM #623

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
12:
window.caniusecallback = function(data) {
  var dom = $('.support').detach();
...

This makes the new design disappear the bottom 1/2 of the page.

Original issue reported on code.google.com by ericbide...@html5rocks.com on 3 Oct 2011 at 3:48

GoogleCodeExporter commented 9 years ago
fixed in r201bca7fc54e01727b2baa81de8596d787cd4b1d

Original comment by paulir...@google.com on 5 Oct 2011 at 10:33