Merge pull request #480 from flussence/fix-1

Fix a typo
This commit is contained in:
Calvin Montgomery 2015-05-21 13:02:56 -04:00
commit 854ff04c11

View file

@ -2854,7 +2854,7 @@ function googlePlusSimulator2014(data) {
function EmoteList() {
this.modal = $("#emotelist");
this.modal.on("hiddn.bs.modal", unhidePlayer);
this.modal.on("hidden.bs.modal", unhidePlayer);
this.table = document.querySelector("#emotelist table");
this.cols = 5;
this.itemsPerPage = 25;