Make the runtime embeddedable

This commit is contained in:
Nicholas O'Leary
2013-09-26 21:13:09 +01:00
parent 31039c6a12
commit e4f105c7a1
3 changed files with 5 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ var RED = {
settings = userSettings;
server.init(httpServer,settings);
library.init();
return server.app;
},
start: server.start,