mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Fix various JSHint warnings in client-side code.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
module.exports = function ControlServiceFactory($rootScope, $upload, socket, TransactionService) {
|
||||
module.exports = function ControlServiceFactory(
|
||||
$rootScope
|
||||
, $upload
|
||||
, socket
|
||||
, TransactionService
|
||||
) {
|
||||
var controlService = {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user