Skip to content

Commit d8e378b

Browse files
committed
Updated comments
1 parent 8c996ca commit d8e378b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/scene/InjectionMap.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55
*/
66

77
// These properties get injected into the Scene and map to local systems
8-
// The map key is the property that is added to the Scene, the value is the Scene.Systems reference
8+
// The map value is the property that is injected into the Scene, the key is the Scene.Systems reference.
99
// These defaults can be modified via the Scene config object
10+
// var config = {
11+
// map: {
12+
// add: 'makeStuff',
13+
// load: 'loader'
14+
// }
15+
// };
1016

1117
var InjectionMap = {
1218

0 commit comments

Comments
 (0)