Match @lhorie style

I don't usually write JS w/o semicolons, so no surprise I got this wrong
at first.
This commit is contained in:
Pat Cavit 2016-05-19 11:53:41 -07:00
parent 36bfc6892b
commit 9f1afea9e1
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ var limiter = require("../limiter")
o.spec("fps limiter", function() {
var $window, root
[
void [
"setTimeout",
"requestAnimationFrame",
].forEach(function(type) {