From 23b8208180539dc2e25a7f420edec6d507926b66 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 22 Jul 2011 01:22:49 -0700 Subject: [PATCH] Add category tags --- src/async-queue/docs/component.json | 2 +- src/datasource/docs/component.json | 2 +- src/datatable/docs/component.json | 2 +- src/datatype/docs/component.json | 2 +- src/json/docs/component.json | 2 +- src/jsonp/docs/component.json | 2 +- src/recordset/docs/component.json | 2 +- src/slider/docs/component.json | 2 +- src/stylesheet/docs/component.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/async-queue/docs/component.json b/src/async-queue/docs/component.json index ddf0b3d27c7..80076cb6e1c 100644 --- a/src/async-queue/docs/component.json +++ b/src/async-queue/docs/component.json @@ -4,7 +4,7 @@ "description": "Executes a queue of functions asynchronously.", "author" : "lsmith", - "tags": ["util", "async-queue", "queue"], + "tags": ["utility", "async-queue", "queue"], "use" : ["async-queue"], "examples": [ diff --git a/src/datasource/docs/component.json b/src/datasource/docs/component.json index 4e06707d6fb..9c4e4ebb110 100644 --- a/src/datasource/docs/component.json +++ b/src/datasource/docs/component.json @@ -5,7 +5,7 @@ "author": ["jenny","lsmith"], "use": ["datasource"], - "tags": [], + "tags": ["utility", "datasource"], "examples": [ { diff --git a/src/datatable/docs/component.json b/src/datatable/docs/component.json index 018ffdd2e66..4752f57185d 100644 --- a/src/datatable/docs/component.json +++ b/src/datatable/docs/component.json @@ -6,7 +6,7 @@ "author": ["jenny","lsmith"], "use": ["datatable"], - "tags": ["datatable"], + "tags": ["widget", "datatable"], "examples": [ diff --git a/src/datatype/docs/component.json b/src/datatype/docs/component.json index 826299a485d..dcad502a156 100644 --- a/src/datatype/docs/component.json +++ b/src/datatype/docs/component.json @@ -6,7 +6,7 @@ "author": ["jenny","lsmith"], "use": ["datatype"], - "tags": ["datatype"], + "tags": ["utility", "datatype"], "examples": [ diff --git a/src/json/docs/component.json b/src/json/docs/component.json index c37c2b392d4..8ec0d80bd7e 100644 --- a/src/json/docs/component.json +++ b/src/json/docs/component.json @@ -5,7 +5,7 @@ "author": "lsmith", "use": ["json-parse", "json-stringify"], - "tags": ["json"], + "tags": ["utility", "json"], "examples": [ diff --git a/src/jsonp/docs/component.json b/src/jsonp/docs/component.json index cb26b606515..2b74c46581a 100644 --- a/src/jsonp/docs/component.json +++ b/src/jsonp/docs/component.json @@ -5,7 +5,7 @@ "author": "lsmith", "use": ["jsonp", "jsonp-url"], - "tags": ["jsonp"], + "tags": ["utility", "jsonp"], "examples": [ diff --git a/src/recordset/docs/component.json b/src/recordset/docs/component.json index b63e49ee938..daa9ac732f0 100644 --- a/src/recordset/docs/component.json +++ b/src/recordset/docs/component.json @@ -6,7 +6,7 @@ "author": ["jenny","lsmith"], "use": ["recordset"], - "tags": ["recordset"], + "tags": ["utility", "recordset"], "examples": [ diff --git a/src/slider/docs/component.json b/src/slider/docs/component.json index 747c20c5656..666a7cf1cd9 100644 --- a/src/slider/docs/component.json +++ b/src/slider/docs/component.json @@ -4,7 +4,7 @@ "description": "The Slider widget is a UI control that enables the user to adjust values in a finite range along a horizontal or vertical axis.", "author": "lsmith", - "tags": ["slider"], + "tags": ["widget", "slider"], "use": ["slider"], "examples": [ diff --git a/src/stylesheet/docs/component.json b/src/stylesheet/docs/component.json index 936a3bad6f1..25861e41e8b 100644 --- a/src/stylesheet/docs/component.json +++ b/src/stylesheet/docs/component.json @@ -5,7 +5,7 @@ "author": "lsmith", - "tags": ["stylesheet", "css"], + "tags": ["utility", "stylesheet", "css"], "use": ["stylesheet"], "examples": [