Fixing ESLint issues

This commit is contained in:
Jonathan Kingston 2017-02-22 00:12:47 +00:00
parent 4d247fee9a
commit 16d941197c

View file

@ -251,7 +251,7 @@ const ContainerService = {
} }
return identity; return identity;
} };
this._oldGetIdentityFromId = ContextualIdentityService.getIdentityFromId; this._oldGetIdentityFromId = ContextualIdentityService.getIdentityFromId;
ContextualIdentityService.getIdentityFromId = function(userContextId) { ContextualIdentityService.getIdentityFromId = function(userContextId) {