This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
pwa
/
Lungo.js
espejo de
https://github.com/tapquo/Lungo.js.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
0edfc7c113
Ramas
Etiquetas
master
Lungo.js
/
vendor
/
node-jasmine-dom
/
examples
/
src
/
example-functions-2.js
example-functions-2.js
92 B
Histórico
Raw
1
2
3
4
5
if(! window.EXAMPLES) window.EXAMPLES = {};
EXAMPLES.divide = function(x,y){
return x/y;
}