Skip to content

Commit

Permalink
added pagers xtag.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyfx committed Jul 10, 2012
1 parent 850b7f4 commit ecad218
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions pager/xtag.json
@@ -0,0 +1,15 @@
{
"name": "Pager",
"tagName": "x-pager",
"version": "0.0.1",
"description": "Tired of creating pagers clientside and server side? Set a few properties on this tag and it will do the rest.",
"images": ["test.com/images/screen1.png"],
"categories": ["navigation"],
"compatibility": {
"firefox": 5,
"chrome": 4,
"opera": 12,
"android": 2.1,
"ios": 4
}
}
3 changes: 2 additions & 1 deletion xtag.json
@@ -1,6 +1,7 @@
{ {
"xtags":[ "xtags":[
"flipbox", "flipbox",
"map" "map",
"pager"
] ]
} }

0 comments on commit ecad218

Please sign in to comment.