This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
les-amis-reunis
/
la-watch
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
7bc8b727b1
Branches
Tags
master
la-watch
/
source
/
scripts
/
assets
/
view.js
view.js
124 B
Historique
Raw
1
2
3
4
5
6
7
8
9
export class view {
show() {
throw new Error("This function must be override.");
}
destroy() {
}
}