Fix a typo

This commit is contained in:
Anthony Parsons 2015-05-21 17:48:00 +01:00
parent 0a0b125c8b
commit 35b2920c52
No known key found for this signature in database
GPG Key ID: F078B26D8B56DF15
1 changed files with 1 additions and 1 deletions

View File

@ -2854,7 +2854,7 @@ function googlePlusSimulator2014(data) {
function EmoteList() { function EmoteList() {
this.modal = $("#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.table = document.querySelector("#emotelist table");
this.cols = 5; this.cols = 5;
this.itemsPerPage = 25; this.itemsPerPage = 25;