From 7c5f0528f21fd6e8d631aa3daa3d6d0f5ebb2470 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Wed, 31 Oct 2018 18:43:23 -0400 Subject: [PATCH] Adjusting module loading --- src/lib/components/Keyboard.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/components/Keyboard.js b/src/lib/components/Keyboard.js index d983cb8e..a5ac28a6 100644 --- a/src/lib/components/Keyboard.js +++ b/src/lib/components/Keyboard.js @@ -328,11 +328,6 @@ class SimpleKeyboard { option = option || {}; this.options = Object.assign(this.options, option); this.render(); - - /** - * Apply modules - */ - this.loadModules(); } /**