From 9f8373a5559da4d0368958f87f495e95d0099cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Thu, 24 Sep 2015 09:53:22 +0200 Subject: Add a few comments to index.html, so it is straightforward what are various fragments for. --- js/codeq/comms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/codeq/comms.js') 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; -- cgit v1.2.1