Merge CSS2Properties and CSSStyleDeclaration.

This commit is contained in:
Josh Matthews 2014-12-18 11:56:42 -05:00
parent b4cade0612
commit c8557c44a9
6 changed files with 332 additions and 388 deletions

View file

@ -88,7 +88,6 @@ pub mod dom {
pub mod browsercontext;
pub mod canvasrenderingcontext2d;
pub mod characterdata;
pub mod css2properties;
pub mod cssstyledeclaration;
pub mod domrect;
pub mod domrectlist;