From 28ab00357d475eb29b769bf4b3ebaca93923a802 Mon Sep 17 00:00:00 2001 From: John Jediny Date: Tue, 22 Dec 2015 16:05:46 -0500 Subject: [PATCH] Small fix to test travis ci --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index dab108b09..3cde872ef 100644 --- a/index.html +++ b/index.html @@ -385,7 +385,7 @@

Schema

uniqueItems: true, items: { type: "object", - title: "Milestone or Duration", + title: "Tasks", headerTemplate: "{{ self.name }} [{{ self.taskType }}]", properties: { name: { @@ -394,7 +394,7 @@

Schema

}, taskType: { type: "string", - title: "Milestone Type", + title: "Task Type", enum: ["options","provided","through","describedBy"], default: "options" },