uberpong/dev/lib/impact/debug/debug.js

13 lines
211 B
JavaScript
Raw Normal View History

ig.module(
'impact.debug.debug'
)
.requires(
'impact.debug.entities-panel',
'impact.debug.maps-panel',
'impact.debug.graph-panel'
)
.defines(function(){
/* Empty module to require all debug panels */
});