mirror of
https://github.com/github/semantic.git
synced 2024-12-26 16:33:03 +03:00
Leaves hold their values.
This commit is contained in:
parent
dc88a90b8a
commit
2c542fbd66
@ -151,6 +151,7 @@
|
||||
}
|
||||
|
||||
function Leaf(object, a, b) {
|
||||
this.value = object;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user