This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
pwa
/
Lungo.js
réplica de
https://github.com/tapquo/Lungo.js.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
dabffd753f
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;
}