1
1
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:
Rob Rix 2015-10-21 16:52:09 -04:00
parent dc88a90b8a
commit 2c542fbd66

View File

@ -151,6 +151,7 @@
}
function Leaf(object, a, b) {
this.value = object;
return this;
}