Skip to content

Commit

Permalink
Add category tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith committed Jul 22, 2011
1 parent 9884e2f commit 23b8208
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/async-queue/docs/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/datasource/docs/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

"author": ["jenny","lsmith"],
"use": ["datasource"],
"tags": [],
"tags": ["utility", "datasource"],

"examples": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/datatable/docs/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": ["jenny","lsmith"],

"use": ["datatable"],
"tags": ["datatable"],
"tags": ["widget", "datatable"],

"examples": [

Expand Down
2 changes: 1 addition & 1 deletion src/datatype/docs/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": ["jenny","lsmith"],

"use": ["datatype"],
"tags": ["datatype"],
"tags": ["utility", "datatype"],

"examples": [

Expand Down
2 changes: 1 addition & 1 deletion src/json/docs/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "lsmith",

"use": ["json-parse", "json-stringify"],
"tags": ["json"],
"tags": ["utility", "json"],

"examples": [

Expand Down
2 changes: 1 addition & 1 deletion src/jsonp/docs/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "lsmith",

"use": ["jsonp", "jsonp-url"],
"tags": ["jsonp"],
"tags": ["utility", "jsonp"],

"examples": [

Expand Down
2 changes: 1 addition & 1 deletion src/recordset/docs/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": ["jenny","lsmith"],

"use": ["recordset"],
"tags": ["recordset"],
"tags": ["utility", "recordset"],

"examples": [

Expand Down
2 changes: 1 addition & 1 deletion src/slider/docs/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheet/docs/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

"author": "lsmith",

"tags": ["stylesheet", "css"],
"tags": ["utility", "stylesheet", "css"],
"use": ["stylesheet"],

"examples": [
Expand Down

0 comments on commit 23b8208

Please sign in to comment.