Skip to content

Commit

Permalink
fixed json
Browse files Browse the repository at this point in the history
  • Loading branch information
subtleGradient authored and kassens committed Oct 7, 2009
1 parent 98f79cd commit a7eb3f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tests/UserTests/tests.json
@@ -1,9 +1,9 @@
{
"Element": {
"Element":['iframe'],
"Element.Dimensions":['offsets', 'scrollSize']
"Element":["iframe"],
"Element.Dimensions":["offsets", "scrollSize"]
},
"Request": {
"Request":['all']
"Request":["all"]
}
}
}

0 comments on commit a7eb3f3

Please sign in to comment.