Implement Element.className

This commit is contained in:
Bruno de Oliveira Abinader 2014-03-13 13:48:24 -04:00
parent 3933d17262
commit 6274ecba07
6 changed files with 50 additions and 14 deletions

View file

@ -140,13 +140,6 @@ impl HTMLElement {
Ok(())
}
pub fn ClassName(&self) -> DOMString {
~""
}
pub fn SetClassName(&self, _class: DOMString) {
}
pub fn GetOffsetParent(&self) -> Option<JS<Element>> {
None
}