mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +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.
|
||||
* @return void
|
||||
*/
|
||||
function _loadDesktopJSCSS()
|
||||
public function _loadDesktopJSCSS()
|
||||
{
|
||||
$this->_loadCommonJSCSS();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue