[Add] Add missing dependency

...to support caching of domain objects created during edit mode.
This commit is contained in:
Victor Woeltjen 2016-03-21 10:31:09 -07:00
parent 8fa030437e
commit 3fe41575bd

View File

@ -394,7 +394,8 @@ define([
"implementation": Instantiate,
"depends": [
"capabilityService",
"identifierService"
"identifierService",
"cacheService"
]
}
],