1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 10:47:57 +01:00

Add missing semicolon.

--HG--
extra : rebase_source : 958c171ce1a28af8e7f65c8ccb4a51b99edab3fa
This commit is contained in:
Doug Kearns
2011-02-24 22:45:50 +11:00
parent 086255acef
commit d8cf69e1de

View File

@@ -78,6 +78,6 @@ var Compose = Module("compose", {
insert: true
});
}
})
});
// vim: set fdm=marker sw=4 ts=4 et: