This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
bh
/
ipi-jquery
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
application
dom-manipulation
inline-editor
jour1-3nov17
master
refactor-and-test-editor
sandbox-display-panel
validation-forms
ipi-jquery
/
lib
/
passLog.js
passLog.js
112 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
module.exports = function(label) {
return function(o) {
console.log('####', label, o);
return o;
}
}