remove newlines and add comments
[plstackapi.git] / planetstack / core / xoslib / static / js / xosDeveloper.js
index 9063518..68b9a58 100644 (file)
@@ -1,4 +1,10 @@
-DeveloperApp = new Marionette.Application();
+/* This is an example that uses xoslib + marionette to display the developer
+\r   view.
+\r
+\r   For an example that uses xoslib + datatables, see xosDeveloper_datatables.js
+\r*/
+\r
+\rDeveloperApp = new Marionette.Application();
 \r
 DeveloperApp.addRegions({\r
   mainRegion: "#developerView"\r