mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
oops, use dump() not print()
This commit is contained in:
parent
c2f8a7e095
commit
c035e667c2
@ -50,7 +50,7 @@ function addStringComparators(selWidget) {
|
||||
var opt1=createOption("contains", "contains");
|
||||
var opt2=createOption("doesn't contain", "nocontain");
|
||||
|
||||
print("adding " + opt1.text + "\n");
|
||||
dump("adding " + opt1.text + "\n");
|
||||
selWidget.add(opt1, null);
|
||||
selWidget.add(opt2, null);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user