[Time Conductor] Fix extension definition

...for FormatProvider. Depends should be an array.
This commit is contained in:
Victor Woeltjen 2015-10-27 09:41:32 -07:00
parent 741fc57442
commit 86c61f7543

View File

@ -7,7 +7,7 @@
"provides": "formatService",
"type": "provider",
"implementation": "FormatProvider.js",
"depends": "formats[]"
"depends": [ "formats[]" ]
}
],
"formats": [