Give controller for pad.html a more appropriate name.

This commit is contained in:
Chad Weider 2012-01-26 20:37:18 -08:00
parent 514698162f
commit 3e9b56aa75
4 changed files with 4 additions and 4 deletions

View file

@ -298,7 +298,7 @@
<script>
/* TODO: These globals shouldn't exist. */
pad = require('/pad2').pad;
pad = require('/pad').pad;
chat = require('/chat').chat;
padeditbar = require('/pad_editbar').padeditbar;
padimpexp = require('/pad_impexp').padimpexp;