diff options
author | Aleš Smodiš <aless@guru.si> | 2015-09-24 09:53:22 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-09-24 09:53:22 +0200 |
commit | 9f8373a5559da4d0368958f87f495e95d0099cb0 (patch) | |
tree | 0ce76cfb8101f5636fe775aeb031d58d4dbcd87f /js/codeq | |
parent | 70acf7c24f8578c177702d47f8c31b4618ad4173 (diff) |
Add a few comments to index.html, so it is straightforward what are various fragments for.
Diffstat (limited to 'js/codeq')
-rw-r--r-- | js/codeq/comms.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/comms.js b/js/codeq/comms.js index 140e48e..f9e49ae 100644 --- a/js/codeq/comms.js +++ b/js/codeq/comms.js @@ -401,7 +401,7 @@ }, function getLanguageDefFail(exception) { delete languageCache[identifier]; - throw exception || new Error('Could not load language ' + identifer); // proxy further + throw exception || new Error('Could not load language ' + identifier); // proxy further } ); languageCache[identifier] = x; |