Sha256: f34f4c1a7396e1290f583b8b207694e0ec953ccb58a1187d7e7d506738ad736a
Contents?: true
Size: 348 Bytes
Versions: 4
Compression:
Stored size: 348 Bytes
Contents
/* --- script: Body.js description: Lightweight document body wrapper license: Public domain (http://unlicense.org). authors: Yaroslaff Fedin requires: - LSD/LSD.Widget - LSD/LSD.Mixin.Root provides: - LSD.Widget.Body ... */ LSD.Widget.Body = new Class({ options: { tag: 'body', pseudos: Array.object('root') } });
Version data entries
4 entries across 4 versions & 1 rubygems