Merge pull request #29 from zbynek001/master

Generator.KeyFound event not passing value
This commit is contained in:
Travis Parks 2014-07-14 15:57:44 -04:00
commit e3600852cf
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ namespace Mustache
internal KeyFoundEventArgs(string key, object value)
{
Key = key;
Substitute = value;
}
/// <summary>