BetterDiscordApp-v2/common/modules
Samuel Elliott b24e0ef178
Fix error on keypress
Uncaught TypeError: Cannot assign to read only property 'ignoreNextKeypress' of object '[object Object]'
    at ../node_modules/combokeys/Combokeys/index.js.module.exports.../node_modules/combokeys/Combokeys/prototype/handleKey.js.module.exports [as handleKey] (/Users/Samuel/Documents/BetterDiscord/2018-01-19/betterdiscordapp/client/dist/betterdiscord.client.…:4703)
    at ../node_modules/combokeys/Combokeys/index.js.module.exports.../node_modules/combokeys/Combokeys/prototype/handleKeyEvent.js.module.exports (/Users/Samuel/Documents/BetterDiscord/2018-01-19/betterdiscordapp/client/dist/betterdiscord.client.…:4752)
    at HTMLDocument.r (721226c….js:25)
2018-03-09 01:57:27 +00:00
..
async-eventemitter.js Added asynceventemitter.once and add comments 2018-03-05 19:55:53 +00:00
bdipc.js add sass compiler and reject to ipc 2018-02-11 16:59:55 +02:00
common.js Add async EventEmitter and deep clone 2018-03-01 18:42:53 +00:00
logger.js Indent with spaces 2018-02-15 17:09:06 +00:00
monkeypatch.js Store patched functions in a weakmap, move events wrapper and prevent plugins from modifying the plugin and content prototypes and their internals object 2018-03-08 23:43:26 +00:00
utils.js Fix error on keypress 2018-03-09 01:57:27 +00:00