Skip to content

Commit

Permalink
[TCv2] get conductor without service
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Richards committed Aug 3, 2016
1 parent 6501e2e commit 9007522
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions platform/features/conductor-v2/conductor/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ define([
legacyRegistry.register("platform/features/conductor-v2/conductor", {
"extensions": {
"services": [
{
"key": "timeConductor",
"implementation": function (timeConductorService) {
return timeConductorService.conductor();
},
"depends": [
"timeConductorService"
]
},
{
"key": "timeConductorService",
"implementation": TimeConductorService
Expand Down

0 comments on commit 9007522

Please sign in to comment.