mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
Indentation
This commit is contained in:
parent
30ea6bd7ab
commit
77449760f6
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@
|
||||||
|
|
||||||
requirejs.config({
|
requirejs.config({
|
||||||
baseUrl: baseURL + "static/plugins",
|
baseUrl: baseURL + "static/plugins",
|
||||||
paths: {'underscore': baseURL + "static/plugins/underscore/underscore"}
|
paths: {'underscore': baseURL + "static/plugins/underscore/underscore"},
|
||||||
});
|
});
|
||||||
|
|
||||||
requirejs(["ep_etherpad-lite/static/js/rjquery", 'ep_etherpad-lite/static/js/pluginfw/client_plugins'], function ($, plugins) {
|
requirejs(["ep_etherpad-lite/static/js/rjquery", 'ep_etherpad-lite/static/js/pluginfw/client_plugins'], function ($, plugins) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue