From fd81c5c859ece11c982a887e912043552cc007a3 Mon Sep 17 00:00:00 2001 From: Sarah Hale Date: Wed, 24 Jun 2015 15:19:47 -0700 Subject: [PATCH] [Events] No Period No longer asks for a period when creating a new Event Message Generator. #18. --- example/eventGenerator/bundle.json | 17 ++--------------- example/eventGenerator/src/EventTelemetry.js | 2 +- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/example/eventGenerator/bundle.json b/example/eventGenerator/bundle.json index 83b52b91ac..b2ede6893b 100644 --- a/example/eventGenerator/bundle.json +++ b/example/eventGenerator/bundle.json @@ -18,27 +18,14 @@ "description": "An event message generator", "features": "creation", "model": { - "telemetry": { - "period": 10 - } + "telemetry": {} }, "telemetry": { "source": "eventGenerator", "ranges": [ { "format": "string" } ] - }, - "properties": [ - { - "name": "Period", - "control": "textfield", - "cssclass": "l-small l-numeric", - "key": "period", - "required": true, - "property": [ "telemetry", "period" ], - "pattern": "^\\d*(\\.\\d*)?$" - } - ] + } } ] } diff --git a/example/eventGenerator/src/EventTelemetry.js b/example/eventGenerator/src/EventTelemetry.js index 504f8fbec5..38afebb7b7 100644 --- a/example/eventGenerator/src/EventTelemetry.js +++ b/example/eventGenerator/src/EventTelemetry.js @@ -19,7 +19,7 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/*global define,Promise*/ +/*global define */ /** * Module defining EventTelemetry.