[Time Conductor] Add dependency to UTCTimeProvider

This commit is contained in:
Victor Woeltjen 2015-10-22 15:20:54 -07:00
parent 552435b009
commit 5e9f38dadd

View File

@ -11,7 +11,8 @@
{
"provides": "timeService",
"type": "provider",
"implementation": "UTCTimeProvider.js"
"implementation": "UTCTimeProvider.js",
"depends": [ "now" ]
}
]
}