Requires

Provides

ART.js

ART extensions

License:
Public domain (http://unlicense.org).
Authors:
Yaroslaff Fedin
  1. 25
  2. 26
  3. 27
  4. 28
  5. 29
  6. 30
  7. 31
  8. 32
  9. 33
  10. 34
  11. 35
  12. 36
  13. 37
  14. 38
  15. 39
  16. 40
  17. 41
  18. 42
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