r18925: Add current snapshot of the ejs-2.0 code. Tridge, will you be incorporating...
[bbaumbach/samba-autobuild/.git] / source4 / lib / appweb / ejs-2.0 / ejs / lib / startup.js
diff --git a/source4/lib/appweb/ejs-2.0/ejs/lib/startup.js b/source4/lib/appweb/ejs-2.0/ejs/lib/startup.js
new file mode 100644 (file)
index 0000000..e627a96
--- /dev/null
@@ -0,0 +1,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");