Correct indentation.

This commit is contained in:
Chad Weider 2012-03-10 15:52:22 -08:00
parent 6fac0750c2
commit 4e039d68da
1 changed files with 3 additions and 3 deletions

View File

@ -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;