Merge pull request #898 from roramirez/fix-comment

Fix spelling comment js/loader.js
This commit is contained in:
Michael Teeuw 2017-05-26 14:40:59 +02:00 committed by GitHub
commit 631c270fc7

View File

@ -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.