mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:43:26 +02:00
Switch to a more consistent naming convention for services and resource loading.
This commit is contained in:
10
res/app/scripts/services/_index.js
Normal file
10
res/app/scripts/services/_index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
define([
|
||||
'./SocketService'
|
||||
, './DeviceService'
|
||||
, './GroupService'
|
||||
, './UserService'
|
||||
, './ControlService'
|
||||
]
|
||||
, function() {
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user