This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pwa
/
Lungo.js
mirror da
https://github.com/tapquo/Lungo.js.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
99a2b04575
Rami (Branch)
Tag
master
Lungo.js
/
vendor
/
node-jasmine-dom
/
examples
/
src
/
example-functions.js
example-functions.js
94 B
Cronologia
Originale
1
2
3
4
5
if(! window.EXAMPLES) window.EXAMPLES = {};
EXAMPLES.multiply = function(x,y){
return x*y;
}