[Core] Add dependency to mutation

Add the 'topic' dependency to the mutation capability,
WTD-1329.
This commit is contained in:
Victor Woeltjen
2015-06-24 12:08:47 -07:00
parent 1a6d92ee4e
commit 877461c4a4
3 changed files with 15 additions and 6 deletions

View File

@ -71,7 +71,7 @@ define(
* which will expose this capability
* @constructor
*/
function MutationCapability(now, domainObject) {
function MutationCapability(topic, now, domainObject) {
var listeners = [];
function notifyListeners(model) {