Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David
tinymce
Commits
56eba99b
Commit
56eba99b
authored
Dec 12, 2015
by
Stefan Galinski
🎮
Browse files
[BUGFIX] Fix warnings
parent
022a016b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/Loader.php
View file @
56eba99b
...
...
@@ -283,12 +283,12 @@ class Loader {
/**
* Loads the required javascript via the require.js
*
* @return
void
* @return
array
* @see \SGalinski\Tinymce4Rte\Form\Element\RichTextElement->loadRequireModulesForRTE
*/
public
function
loadJsViaRequireJS
()
{
if
(
self
::
$init
)
{
return
;
return
[]
;
}
self
::
$init
=
TRUE
;
$scripts
=
array
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment