added site files

This commit is contained in:
gribse 2025-05-16 18:49:08 +02:00
parent a6f70a6c78
commit 329148c253
253 changed files with 30486 additions and 0 deletions

View file

@ -0,0 +1,16 @@
/*
---
description: EnlighterJS DOM Abstraction Layer (MooTools) - Just an Alias for MooTools Element
license: MIT-style X11 License
authors:
- Andi Dittrich
requires:
- Core/1.4.5
provides: [EnlighterJS.Dom.Element]
...
*/
EJS.Dom.Element = Element;