1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-15 17:15:46 +01:00

Add missing semicolons.

--HG--
extra : rebase_source : d0f7ae9f98a691c7a721e8203121964d7976447e
This commit is contained in:
Doug Kearns
2011-06-16 01:10:06 +10:00
parent 68629f3fd5
commit 3763e44e3b
18 changed files with 34 additions and 34 deletions

View File

@@ -475,8 +475,8 @@ var Addons = Module("addons", {
true));
});
}
}
}
};
};
completion.extension = function extension(context, types) {
context.title = ["Extension"];