Fixes #2182 - Element.erase('html') should set the innerHTML to an empty string.2187/head
commit4adb41afe81757c6a49e6797f203a661285359a3
authorArian <arian@aryweb.nl>
Sat, 24 Dec 2011 14:10:17 +0000 (24 15:10 +0100)
committerArian <arian@aryweb.nl>
Sat, 24 Dec 2011 14:14:59 +0000 (24 15:14 +0100)
tree89ea0d207bd45c0290d447b28f33f70c2e290494
parent19599597c307ab4aaa0c927292173f889b38d2b6
Fixes #2182 - Element.erase('html') should set the innerHTML to an empty string.
Element.properties.html.erase was aliased to Element.properties.html.set, but when calling it without any arguments this resulted in .set(undefined).
Source/Element/Element.js
Specs/1.4client/Element/Element.js