Remove unused variable

(imported from commit 5a2a100aa3d9a577cde2517be3d9bacc2147fa7e)
This commit is contained in:
Zev Benjamin 2012-10-25 18:07:31 -04:00
parent 1c904e8607
commit 51a39fdb0a
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ var get_updates_params = {
pointer: -1,
failures: 0,
server_generation: -1, /* to be filled in on document.ready */
reload_pending: 0,
want_old_messages: true
reload_pending: 0
};
$(function () {