Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #321: Ensure vars are given to formatText().
(key in variables) crashes if variables is undefined or null. It must be made safe with (variables && key in variables).
- Loading branch information