ART extensions
ART.implement({
setHeight: function(height) {
this.element.setAttribute('height', height);
return this;
},
setWidth: function(width) {
this.element.setAttribute('width', width);
return this;
}
});
ART.Features = {};
ART.Features.Blur = Browser.firefox; //TODO: Figure it out