зеркало из https://github.com/mozilla/pjs.git
bug 350319 - Fix js strict warning in getStyleSheet. Patch by Stefan Sitter <ssitter@googlemail.com>, r=lilmatt
This commit is contained in:
Родитель
076f5945bb
Коммит
2ee7696695
|
@ -278,6 +278,8 @@ function getStyleSheet(aStyleSheetPath) {
|
|||
return sheet;
|
||||
}
|
||||
}
|
||||
// Avoid the js strict "function does not always return a value" warning.
|
||||
return null;
|
||||
}
|
||||
|
||||
// Updates the style rules for a particular object. If the object is a
|
||||
|
|
Загрузка…
Ссылка в новой задаче