This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
pwa
/
Lungo.js
miroir de
https://github.com/tapquo/Lungo.js.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
10a3b0d7e3
Branches
Tags
master
Lungo.js
/
vendor
/
node-jasmine-dom
/
examples
/
src
/
example-functions-2.js
example-functions-2.js
92 B
Historique
Raw
1
2
3
4
5
if(! window.EXAMPLES) window.EXAMPLES = {};
EXAMPLES.divide = function(x,y){
return x/y;
}