Added manuals

master
Glenwing 6 years ago
parent 8948104b6f
commit c160f1c480

@ -0,0 +1,11 @@
class Spoiler extends HTMLElement {
}
window.customElements.define('glenwing-spoiler', Spoiler);
var GlenwingSpoilerProto = Object.create(HTMLElement.prototype);
Object.defineProperty(GlenwingSpoilerProto, 'open', { value: true, writable: true });
Object.defineProperty(GlenwingSpoilerProto, 'retractable', { value: true, writable: true});
Object.defineProperty(GlenwingSpoilerProto, 'footer', { value: true, writable: true });

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save