Remove long-obsolete __length check

This commit is contained in:
Tony Garnock-Jones 2014-05-25 13:53:01 -04:00
parent 305289db57
commit 55335fa296
1 changed files with 0 additions and 1 deletions

View File

@ -1000,7 +1000,6 @@ function Routing(exports) {
var needSep = false;
for (var key in m.entries) {
if (key === '__length') continue;
var k = m.entries[key];
if (needSep) {
acc.push("\n");