Fix whitespace

(imported from commit 095ea8640a18560aae7bd5e045c4f68c96f96f73)
This commit is contained in:
Zev Benjamin
2013-10-30 14:00:15 -04:00
parent eb7fd1ba51
commit d5b7cfd21a

View File

@@ -87,7 +87,7 @@ MessageList.prototype = {
}
},
get: function MessageList_get(id) {
get: function MessageList_get(id) {
id = parseInt(id, 10);
if (isNaN(id)) {
return undefined;