From 6c093160c2d943972038a0ba845ef3a3adc09a78 Mon Sep 17 00:00:00 2001 From: Pete Richards Date: Tue, 9 May 2017 18:55:57 -0700 Subject: [PATCH] [Sinewave] Remove old config Remove old time conductor configuration that doesn't do anything in the current version of the application. --- example/generator/plugin.js | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) 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