summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorChad Weider <cweider@oofn.net>2012-03-10 15:52:22 -0800
committerChad Weider <cweider@oofn.net>2012-03-10 15:57:46 -0800
commit4e039d68da8e781c3959f41272a4cc05ff436b8e (patch)
treebc11e04feaf90b583df62b4280fe215c2e7f09a1 /src/static
parent6fac0750c2a424652ddc47feacc9bfb0ce85de5c (diff)
downloadetherpad-lite-4e039d68da8e781c3959f41272a4cc05ff436b8e.zip
Correct indentation.
Diffstat (limited to 'src/static')
-rw-r--r--src/static/pad.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/static/pad.html b/src/static/pad.html
index 98451e5f..95a5b98f 100644
--- a/src/static/pad.html
+++ b/src/static/pad.html
@@ -269,9 +269,9 @@
require.setGlobalKeyPath("require");
var plugins = require('ep_etherpad-lite/static/js/pluginfw/plugins');
- plugins.update(function () {
- require('ep_etherpad-lite/static/js/pad').init();
- });
+ plugins.update(function () {
+ require('ep_etherpad-lite/static/js/pad').init();
+ });
/* TODO: These globals shouldn't exist. */
pad = require('ep_etherpad-lite/static/js/pad').pad;