This commit is contained in:
Jiiks 2015-10-25 19:00:23 +02:00
parent b84c8b928b
commit d9eabe50a2
2 changed files with 4 additions and 4 deletions

View File

@ -276,7 +276,7 @@ EmoteModule.prototype.capitalize = function(value) {
}
/* BetterDiscordApp PublicSevers JavaSctript
/* BetterDiscordApp PublicSevers JavaScripts
* Version: 1.0
* Author: Jiiks | http://jiiks.net
* Date: 27/08/2015 - 14:16
@ -289,7 +289,7 @@ function PublicServers() {
}
SettingsPanel.prototype.getPanel = function() {
PublicServers.prototype.getPanel = function() {
return this.container;
}

View File

@ -1,4 +1,4 @@
/* BetterDiscordApp PublicSevers JavaSctript
/* BetterDiscordApp PublicSevers JavaScript
* Version: 1.0
* Author: Jiiks | http://jiiks.net
* Date: 27/08/2015 - 14:16
@ -11,7 +11,7 @@ function PublicServers() {
}
SettingsPanel.prototype.getPanel = function() {
PublicServers.prototype.getPanel = function() {
return this.container;
}