13 lines
No EOL
225 B
JavaScript
Executable file
13 lines
No EOL
225 B
JavaScript
Executable file
ig.module(
|
|
'impact.debug.debug'
|
|
)
|
|
.requires(
|
|
'impact.debug.entities-panel',
|
|
'impact.debug.maps-panel',
|
|
'impact.debug.graph-panel'
|
|
)
|
|
.defines(function(){ "use strict";
|
|
|
|
/* Empty module to require all debug panels */
|
|
|
|
}); |