mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 10:12:51 -06:00
gfse: small fix
This commit is contained in:
@@ -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)])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user