This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
pwa
/
Lungo.js
zrcadlo
https://github.com/tapquo/Lungo.js.git
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Strom:
ab9859910c
Větve
Značky
master
Lungo.js
/
vendor
/
node-jasmine-dom
/
examples
/
src
/
example-functions-2.js
example-functions-2.js
92 B
Historie
Surový
1
2
3
4
5
if(! window.EXAMPLES) window.EXAMPLES = {};
EXAMPLES.divide = function(x,y){
return x/y;
}