diff --git a/example/generator/plugin.js b/example/generator/plugin.js index 52c10984e5..5b50871943 100644 --- a/example/generator/plugin.js +++ b/example/generator/plugin.js @@ -35,28 +35,8 @@ define([ "key": "limit", "implementation": SinewaveLimitCapability } - ], - "constants": [ - { - "key": "TIME_CONDUCTOR_DOMAINS", - "value": [ - { - "key": "time", - "name": "Time" - }, - { - "key": "yesterday", - "name": "Yesterday" - }, - { - "key": "delta", - "name": "Delta" - } - ], - "priority": -1 - } ] - } + }; return function(openmct){ //Register legacy extensions for things not yet supported by the new API