From 4e039d68da8e781c3959f41272a4cc05ff436b8e Mon Sep 17 00:00:00 2001 From: Chad Weider Date: Sat, 10 Mar 2012 15:52:22 -0800 Subject: [PATCH] Correct indentation. --- src/static/pad.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/static/pad.html b/src/static/pad.html index 98451e5f8..95a5b98fa 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;