Bug 393623 - "two small litmus.js bugs" [p=ben_h r=zach]

This commit is contained in:
reed%reedloden.com 2007-08-25 00:36:35 +00:00
Родитель a30c8e3c2b
Коммит aeee8426fd
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -106,7 +106,7 @@
litmus.disableAll();
litmus.dialogActive = true;
var newWindow = window.openDialog('chrome://qa/content/tabs/selecttests.xul', '_blank', 'chrome,all,dialog=yes',
litmus.readStateFromPref, litmus.handleDialogCancel, litmus.undisableAll);
litmus.readStateFromPref, litmus.handleDialogCancel, litmus.handleDialogOK);
},
handleDialogCancel : function() {
@ -361,7 +361,7 @@ function Sysconfig(aProduct, aPlatform, aOpsys, aBranch, aBuildid, aLocale) {
Sysconfig.prototype = {
product: null,
platorm: null,
platform: null,
opsys: null,
branch: null,
buildid: null,