summaryrefslogtreecommitdiff
path: root/etc/status/public_html/zuul.app.js
diff options
context:
space:
mode:
Diffstat (limited to 'etc/status/public_html/zuul.app.js')
-rw-r--r--etc/status/public_html/zuul.app.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/status/public_html/zuul.app.js b/etc/status/public_html/zuul.app.js
index 6f87a92c4..640437b00 100644
--- a/etc/status/public_html/zuul.app.js
+++ b/etc/status/public_html/zuul.app.js
@@ -39,6 +39,9 @@ function zuul_build_dom($, container) {
});
}
+/**
+ * @return The $.zuul instance
+ */
function zuul_start($) {
// Start the zuul app (expects default dom)
@@ -94,4 +97,6 @@ function zuul_start($) {
}
});
});
-} \ No newline at end of file
+
+ return zuul;
+}