Fix spelling comment js/loader.js

This commit is contained in:
Rodrigo Ramírez Norambuena 2017-05-11 02:30:25 -03:00
parent 6fd2a6ef34
commit 0de65d9c0f

View File

@ -32,8 +32,8 @@ var Loader = (function() {
}); });
} else { } else {
// All modules loaded. Load custom.css // All modules loaded. Load custom.css
// This is done after all the moduels so we can // This is done after all the modules so we can
// overwrite all the defined styls. // overwrite all the defined styles.
loadFile("css/custom.css", function() { loadFile("css/custom.css", function() {
// custom.css loaded. Start all modules. // custom.css loaded. Start all modules.