Skip to content

Commit

Permalink
Add "Touch" object to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed May 17, 2009
1 parent b83615c commit 5073ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/features.html
Expand Up @@ -21,6 +21,7 @@
addLI(list, 'WebKitPoint = ' + (typeof WebKitPoint == "object"));
addLI(list, 'WebKitCSSTransformValue = ' + (typeof WebKitCSSTransformValue == "object"));
addLI(list, 'WebKitCSSMatrix = ' + (typeof WebKitCSSMatrix == "object"));
addLI(list, 'Touch = ' + (typeof Touch == "object"));
}
</script>
</head>
Expand Down

0 comments on commit 5073ec0

Please sign in to comment.