mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Make CSS and JS work again.
This commit is contained in:
parent
4db345c3b3
commit
b476837d41
1 changed files with 0 additions and 3 deletions
|
@ -150,9 +150,6 @@ struct Content<C:Compositor> {
|
||||||
let css_rules = style_port.recv();
|
let css_rules = style_port.recv();
|
||||||
let js_scripts = js_port.recv();
|
let js_scripts = js_port.recv();
|
||||||
|
|
||||||
let css_rules = ~[];
|
|
||||||
let js_scripts = ~[];
|
|
||||||
|
|
||||||
// Apply the css rules to the dom tree:
|
// Apply the css rules to the dom tree:
|
||||||
#debug["css_rules: %?", css_rules];
|
#debug["css_rules: %?", css_rules];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue