main: Fix code style
This commit is contained in:
parent
e41879a5c4
commit
ea3866a07a
@ -233,8 +233,7 @@ function _loadDefaultStylesheet() {
|
|||||||
* Returns: A file path that contains the theme CSS,
|
* Returns: A file path that contains the theme CSS,
|
||||||
* null if using the default
|
* null if using the default
|
||||||
*/
|
*/
|
||||||
function getThemeStylesheet()
|
function getThemeStylesheet() {
|
||||||
{
|
|
||||||
return _cssStylesheet;
|
return _cssStylesheet;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -245,8 +244,7 @@ function getThemeStylesheet()
|
|||||||
*
|
*
|
||||||
* Set the theme CSS file that the shell will load
|
* Set the theme CSS file that the shell will load
|
||||||
*/
|
*/
|
||||||
function setThemeStylesheet(cssStylesheet)
|
function setThemeStylesheet(cssStylesheet) {
|
||||||
{
|
|
||||||
_cssStylesheet = cssStylesheet;
|
_cssStylesheet = cssStylesheet;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user