Make CSS and JS work again.

This commit is contained in:
Josh Matthews 2012-08-22 16:32:54 -07:00
parent 4db345c3b3
commit b476837d41

View file

@ -150,9 +150,6 @@ struct Content<C:Compositor> {
let css_rules = style_port.recv();
let js_scripts = js_port.recv();
let css_rules = ~[];
let js_scripts = ~[];
// Apply the css rules to the dom tree:
#debug["css_rules: %?", css_rules];