[Composition] Modified call to object utils to provide identifier correctly.

This commit is contained in:
Andrew Henry 2016-11-14 15:12:39 +00:00
parent dfa4591834
commit 5c31c6084c

View File

@ -41,7 +41,7 @@ define([
*/
function makeEventName(domainObject, event) {
return event + ':' + objectUtils.makeKeyString(domainObject.key);
return event + ':' + objectUtils.makeKeyString(domainObject.identifier);
}
function DefaultCompositionProvider() {