Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TYPO3
tinymce
Commits
56eba99b
Commit
56eba99b
authored
Dec 12, 2015
by
Stefan Galinski
🎮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BUGFIX] Fix warnings
parent
022a016b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Classes/Loader.php
Classes/Loader.php
+2
-2
No files found.
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
Markdown
is supported
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