summaryrefslogtreecommitdiffstats
path: root/tools/lint/test/files/lintpref/good.js
blob: 0bf81c8f58314022cdaf1465f422abe1a07d2611 (plain)
1
2
3
4
5
6
// Fake prefs.
pref("foo.bar", 1);
pref("foo.baz", "1.234");

// Real test pref, different value.
pref("dom.webidl.test1", false);