summaryrefslogtreecommitdiff
path: root/source4/lib/appweb/ejs-2.0/ejs/lib/startup.js
blob: e627a96e043e45637a5fddb80c8805f09d151d72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *	@file 	startup.js
 *	@brief 	Embedded JavaScript Startup Code
 *	@copy 	Copyright (c) Mbedthis Software LLC, 2005-2006. All Rights Reserved.
 *
 *	Invoked automatically on startup.
 */

/******************************************************************************/

// println("Loading startup.js ...");

include("lib/event.js");
include("lib/global.js");
include("lib/timer.js");