From 0de65d9c0f00258673f19a760f29e12d2a27889f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Thu, 11 May 2017 02:30:25 -0300 Subject: [PATCH] Fix spelling comment js/loader.js --- js/loader.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/loader.js b/js/loader.js index 42b42952..2dc260ad 100644 --- a/js/loader.js +++ b/js/loader.js @@ -32,8 +32,8 @@ var Loader = (function() { }); } else { // All modules loaded. Load custom.css - // This is done after all the moduels so we can - // overwrite all the defined styls. + // This is done after all the modules so we can + // overwrite all the defined styles. loadFile("css/custom.css", function() { // custom.css loaded. Start all modules.