зеркало из https://github.com/mozilla/gecko-dev.git
bug 1046876 - Define 'Cu'. r=gwagner
This commit is contained in:
Родитель
831e6c1761
Коммит
3c342b867c
|
@ -7,6 +7,7 @@ Components.utils.import("resource://gre/modules/Services.jsm");
|
|||
|
||||
const Ci = Components.interfaces;
|
||||
const Cc = Components.classes;
|
||||
const Cu = Components.utils;
|
||||
|
||||
const POSITION_UNAVAILABLE = Ci.nsIDOMGeoPositionError.POSITION_UNAVAILABLE;
|
||||
const SETTINGS_DEBUG_ENABLED = "geolocation.debugging.enabled";
|
||||
|
|
Загрузка…
Ссылка в новой задаче