Fix fips-counter in touch-demo.sky

TBR=ojan@chromium.org

Review URL: https://codereview.chromium.org/813133010
This commit is contained in:
Adam Barth 2015-01-15 11:11:38 -08:00
parent f3d9715455
commit ed73bbb5ee

View File

@ -10,7 +10,7 @@ dot {
</style>
<dot />
<log>Ready</log>
<x-fps-counter />
<fps-counter />
<script>
var dot = document.querySelector("dot");
var log = document.querySelector("log");