diff options
author | Chad Weider <cweider@oofn.net> | 2012-03-10 15:52:22 -0800 |
---|---|---|
committer | Chad Weider <cweider@oofn.net> | 2012-03-10 15:57:46 -0800 |
commit | 4e039d68da8e781c3959f41272a4cc05ff436b8e (patch) | |
tree | bc11e04feaf90b583df62b4280fe215c2e7f09a1 /src/static | |
parent | 6fac0750c2a424652ddc47feacc9bfb0ce85de5c (diff) | |
download | etherpad-lite-4e039d68da8e781c3959f41272a4cc05ff436b8e.zip |
Correct indentation.
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/pad.html | 6 |
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; |