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