Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Corn
d716e8a494 3.32.2 2017-08-17 13:12:44 -04:00
Alexander Corn
458a179852 Fixed reference to undefined self 2017-08-17 13:12:36 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -219,7 +219,7 @@ SteamCommunity.prototype._relogWebChat = function() {
};
SteamCommunity.prototype._chatUpdatePersona = function(steamID) {
if (!this.chatFriends || self.chatState == SteamCommunity.ChatState.Offline) {
if (!this.chatFriends || this.chatState == SteamCommunity.ChatState.Offline) {
return; // we no longer care
}

View File

@@ -1,6 +1,6 @@
{
"name": "steamcommunity",
"version": "3.32.1",
"version": "3.32.2",
"description": "Provides an interface for logging into and interacting with the Steam Community website",
"keywords": [
"steam",