Small syntax fix
[fa-stable.git] / js / inserts.js
index 120c2ff24f03ae84007ff5f6e0e9cd659ff0116a..8bc0a497248668c1cbafe89cf9683fc547d22079 100644 (file)
@@ -11,7 +11,7 @@
 var _focus;
 var _hotkeys = {
        'alt': false,   // whether is the Alt key pressed
-       'focus': -1,    // currently selected indeks of document.links
+       'focus': -1             // currently selected indeks of document.links
 };
 
 function debug(msg) {