This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
pwa
/
Lungo.js
mirror de
https://github.com/tapquo/Lungo.js.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
0edfc7c113
Ramos
Etiquetas
master
Lungo.js
/
vendor
/
node-jasmine-dom
/
examples
/
src
/
example-functions-2.js
example-functions-2.js
92 B
Histórico
Em bruto
1
2
3
4
5
if(! window.EXAMPLES) window.EXAMPLES = {};
EXAMPLES.divide = function(x,y){
return x/y;
}