make jshint happy

This commit is contained in:
Sam 2015-05-05 10:10:50 +10:00
parent 66423e62dc
commit b4f666630e
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@
// 4 - MIX IT ALL UP // 4 - MIX IT ALL UP
result.push(poll); result.push(poll);
result.push(buttons) result.push(buttons);
return result; return result;
} }