This website works better with JavaScript
Home
Explore
Help
Sign In
les-amis-reunis
/
la-watch
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
33a7314e95
Branches
Tags
master
la-watch
/
source
/
scripts
/
assets
/
view.js
view.js
124 B
History
Raw
1
2
3
4
5
6
7
8
9
export class view {
show() {
throw new Error("This function must be override.");
}
destroy() {
}
}