This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
bh
/
ipi-jquery
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
39bb832074
Dallar
Biçim İmleri
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
Geçmiş
Ham
1
2
3
4
5
6
module.exports = function(label) {
return function(o) {
console.log('####', label, o);
return o;
}
}