blob: 06a56f2138fc40500daf707c829f9aebe0ce28e8 [file] [log] [blame]
# A leading comment
user_pref("browser.startup.homepage", "http://planet.mozilla.org"); # A trailing comment
user_pref("zoom.minPercent", 30);
// Another leading comment
user_pref("zoom.maxPercent", 300); // Another trailing comment
user_pref("webgl.verbose", "false");