This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
roiwk
/
workerman
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
b7b2620337
Ramos
Etiquetas
fix
workerman
/
Applications
/
Todpole
/
Web
/
js
/
Model.js
Model.js
96 B
Histórico
Em bruto
1
2
3
4
5
6
var Model = function() {
this.tadpoles = {};
this.userTadpole;
this.camera;
this.settings;
}