Indentation

express-require
Egil Moeller 2015-04-12 13:08:26 +02:00
parent 30ea6bd7ab
commit 77449760f6
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@
requirejs.config({
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) {