Dactyloidae/testing/mozbase/mozprofile/tests/files/prefs_with_comments.js

6 lines
270 B
JavaScript

# 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");