Procházet zdrojové kódy

JS Style Compliancy

tags/v0.4.4^2
Peyrille Benjamin před 4 roky
rodič
revize
0eb2fb18c4
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. +1
    -2
      src/server/components/extensions/socialCommands.js

+ 1
- 2
src/server/components/extensions/socialCommands.js Zobrazit soubor

@@ -441,9 +441,8 @@ module.exports = {
},

getItem: function (config) {
if (typeof config !== 'object') {
if (typeof config !== 'object')
return;
}

if (config.slot === 'set') {
configSlots.slots.forEach(function (s) {


Načítá se…
Zrušit
Uložit