From f8d8c3b70611b9d78f69aafd41c03914f37f3c07 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 25 May 2014 13:33:05 -0400 Subject: [PATCH] Eventually we should support Infinity as a level number. --- route.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/route.js b/route.js index 6890350..035d007 100644 --- a/route.js +++ b/route.js @@ -1023,6 +1023,8 @@ function Routing(exports) { } /////////////////////////////////////////////////////////////////////////// + // Gestalts. + // TODO: support Infinity as a level number function GestaltLevel(subs, advs) { this.subscriptions = subs;