mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Implement require
for most modules.
This commit is contained in:
parent
72d29b1c62
commit
7f98116a43
11 changed files with 55 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
var padutils = require('/pad_utils').padutils;
|
||||
|
||||
var chat = (function()
|
||||
{
|
||||
var bottomMargin = "0px";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue