In the middle of a big refactoring.

This commit is contained in:
Gunther Brunner
2014-02-14 20:17:23 +09:00
parent 1de3621b18
commit 61a7b9ded6
12 changed files with 92 additions and 51 deletions

View File

@@ -1,8 +0,0 @@
define([
'./DeviceListCtrl'
, './DeviceControlCtrl'
, './DeviceScreenCtrl'
]
, function() {
}
)

View File

@@ -0,0 +1,3 @@
require('./DeviceListCtrl')
require('./DeviceControlCtrl')
require('./DeviceScreenCtrl')