зеркало из https://github.com/mozilla/pjs.git
Allow toString on InstallTrigger (toSource is already allowed, bug 628410).
This commit is contained in:
Родитель
4a896dee2a
Коммит
0fb4b0deec
|
@ -62,6 +62,7 @@ function createInstallTrigger(window) {
|
|||
install: "r",
|
||||
installChrome: "r",
|
||||
startSoftwareUpdate: "r",
|
||||
toString: "r",
|
||||
toSource: "r", // XXX workaround for bug 582100
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче