]> git.proxmox.com Git - mirror_novnc.git/blobdiff - tests/test.helper.js
Enforce indentation
[mirror_novnc.git] / tests / test.helper.js
index b04005d0725aff95c255188cab7dd781e035bb53..4aff0936c012e48c07faf001273a1daea84cfa4b 100644 (file)
@@ -11,7 +11,7 @@ describe('Helpers', function() {
         it('should map ASCII characters to keysyms', function() {
             expect(keysyms.lookup('a'.charCodeAt())).to.be.equal(0x61);
             expect(keysyms.lookup('A'.charCodeAt())).to.be.equal(0x41);
-            });
+        });
         it('should map Latin-1 characters to keysyms', function() {
             expect(keysyms.lookup('ΓΈ'.charCodeAt())).to.be.equal(0xf8);