mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Explicitly mark _loadDesktopJSCSS() as public, to ensure backward compatibility
This commit is contained in:
parent
0ca46654aa
commit
d671f0468c
1 changed files with 1 additions and 1 deletions
|
|
@ -728,7 +728,7 @@ class HTMLDisplayHandler
|
||||||
* import basic .js files.
|
* import basic .js files.
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function _loadDesktopJSCSS()
|
public function _loadDesktopJSCSS()
|
||||||
{
|
{
|
||||||
$this->_loadCommonJSCSS();
|
$this->_loadCommonJSCSS();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue