Requires

Provides

Window.js

Window for fun and profit

License:
Public domain (http://unlicense.org).
Authors:
Yaroslaff Fedin
  1. 22
  2. 23
  3. 24
  4. 25
  5. 26
  6. 27
  7. 28
  8. 29
  9. 30
  10. 31
  11. 32
  12. 33
  13. 34
  14. 35
  15. 36
  16. 37
  17. 38
  18. 39
LSD.Widget.Window = new Class({ Includes: [ LSD.Widget.Paint, LSD.Trait.Animation ], States: { 'closed': ['close', 'open'], 'collapsed': ['collapse', 'expand'], 'minified': ['minify', 'enlarge', 'mutate'] }, options: { tag: 'window' } });