зеркало из https://github.com/mozilla/pjs.git
Bug 393623 - "two small litmus.js bugs" [p=ben_h r=zach]
This commit is contained in:
Родитель
a30c8e3c2b
Коммит
aeee8426fd
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче