]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/initializers/constants.ts
Remove useless anonymous functions of files
authorChocobozzz <florian.bigard@gmail.com>
Sun, 7 Feb 2016 10:23:23 +0000 (11:23 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Sun, 7 Feb 2016 10:23:23 +0000 (11:23 +0100)
commit9f10b2928df655c3672d9607e864e667d4bc903a
tree7743911b974b3a7fb0d4c7cec2a723942466b7f1
parentd7c01e7793d813d804a3b5716d8288f9dcf71a16
Remove useless anonymous functions of files
37 files changed:
controllers/api/v1/index.js
controllers/api/v1/pods.js
controllers/api/v1/remoteVideos.js
controllers/api/v1/videos.js
controllers/index.js
controllers/views.js
helpers/customValidators.js
helpers/logger.js
helpers/peertubeCrypto.js
helpers/requests.js
helpers/utils.js
initializers/checker.js
initializers/constants.js
initializers/database.js
lib/friends.js
lib/poolRequests.js
lib/videos.js
lib/webtorrent.js
lib/webtorrentProcess.js
middlewares/cache.js
middlewares/index.js
middlewares/reqValidators/index.js
middlewares/reqValidators/pods.js
middlewares/reqValidators/remote.js
middlewares/reqValidators/utils.js
middlewares/reqValidators/videos.js
middlewares/secure.js
models/pods.js
models/poolRequests.js
models/videos.js
tests/api/checkParams.js
tests/api/friendsAdvanced.js
tests/api/friendsBasic.js
tests/api/index.js
tests/api/multiplePods.js
tests/api/singlePod.js
tests/api/utils.js