Closed codewithmichael closed 8 years ago
PR #19 resolves this issue. Marking as ready and setting for next
milestone.
Note, that while there will be a version
property, BBH currently removes bbh
from the global scope after configuration. So bbh.version
will only be available during configuration.
Purpose
It's useful to be able to get a library version from the console.
Proposal
Add a public-facing
"version"
property to BBH's globalbbh
variable._Example_