remove newlines and add comments
diff --git a/planetstack/core/xoslib/static/js/xosDeveloper.js b/planetstack/core/xoslib/static/js/xosDeveloper.js
index 9063518..68b9a58 100644
--- a/planetstack/core/xoslib/static/js/xosDeveloper.js
+++ b/planetstack/core/xoslib/static/js/xosDeveloper.js
@@ -1,4 +1,10 @@
-DeveloperApp = new Marionette.Application();
+/* This is an example that uses xoslib + marionette to display the developer
+
   view.
+

+
   For an example that uses xoslib + datatables, see xosDeveloper_datatables.js
+
*/
+

+
DeveloperApp = new Marionette.Application();
 

 DeveloperApp.addRegions({

   mainRegion: "#developerView"