1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 06:42:26 +01:00

add the platform to config.features

This commit is contained in:
Doug Kearns
2008-10-23 14:06:39 +00:00
parent 190b7dadbe
commit 793e45ea83
3 changed files with 12 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ function IO() //{{{
////////////////////// PRIVATE SECTION /////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
const WINDOWS = navigator.platform == "Win32";
const WINDOWS = liberator.has("Win32");
const EXTENSION_NAME = config.name.toLowerCase(); // "vimperator" or "muttator"
const environmentService = Components.classes["@mozilla.org/process/environment;1"]