зеркало из https://github.com/mozilla/pjs.git
Adding a try catch to avoid noise in the js console. r=mconnor
This commit is contained in:
Родитель
fc06e58741
Коммит
7b3b670f50
|
@ -308,8 +308,12 @@
|
|||
|
||||
<method name="detachController">
|
||||
<body><![CDATA[
|
||||
if (this.mController.input == this)
|
||||
try {
|
||||
if (this.mController.input == this)
|
||||
this.mController.input = null;
|
||||
} catch (ex) {
|
||||
// nothing really to do.
|
||||
}
|
||||
]]></body>
|
||||
</method>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче