This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
fanch
/
ProjetMJCEditor
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
d7aa9d15c8
Gałęzie
Tagi
master
ProjetMJCEdi...
/
client
/
js
/
ui_root.js
ui_root.js
111 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
class UIRoot extends UIContainer {
initStart()
{
this.root.append(HTMLBuilder.h2(this.title))
}
}