gfse: small fix

This commit is contained in:
hallgren
2012-10-16 23:06:37 +00:00
parent d63d350cef
commit a74e619c3f

View File

@@ -734,7 +734,7 @@ function draw_extends(g) {
} }
var w= exts.length>0 ? "more" : "other" var w= exts.length>0 ? "more" : "other"
function add_exts(el) { return add_extends(g); } function add_exts(el) { return add_extends(g); }
if(g.unique_name) es.push(more(add_exts,"Inherit from "+w+" grammars")) es.push(more(add_exts,"Inherit from "+w+" grammars"))
return indent([extensible(es)]) return indent([extensible(es)])
} }