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:
99a2b04575
Ramas
Etiquetas
master
Lungo.js
/
vendor
/
node-jasmine-dom
/
examples
/
src
/
example-functions.js
example-functions.js
94 B
Histórico
Raw
1
2
3
4
5
if(! window.EXAMPLES) window.EXAMPLES = {};
EXAMPLES.multiply = function(x,y){
return x*y;
}