From 9ddff6d8c0c41f840c37e89dd867f63b468c75ec Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 20 Jul 2014 18:06:33 +0100 Subject: [PATCH] Move startup.js into the startup folder Neater. --- core/modules/{ => startup}/startup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename core/modules/{ => startup}/startup.js (96%) diff --git a/core/modules/startup.js b/core/modules/startup/startup.js similarity index 96% rename from core/modules/startup.js rename to core/modules/startup/startup.js index c0dc16db4..a7f4c583f 100755 --- a/core/modules/startup.js +++ b/core/modules/startup/startup.js @@ -3,7 +3,7 @@ title: $:/core/modules/startup.js type: application/javascript module-type: startup -This is the main application logic for both the client and server +Miscellaneous startup logic for both the client and server. \*/ (function(){