mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05:00
make jshint happy
This commit is contained in:
parent
66423e62dc
commit
b4f666630e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue