Add header to repl. Use uppercase Dish in chef export. Fix SyncDish constructor call

This commit is contained in:
d98762625 2018-09-21 12:24:34 +01:00
parent e19d3d0d06
commit cc840c050b
3 changed files with 19 additions and 4 deletions

View file

@ -87,7 +87,7 @@ code += ` };
const chef = generateChef();
// Add some additional features to chef object.
chef.help = help;
chef.dish = SyncDish;
chef.Dish = SyncDish;
// Define consts here so we can add to top-level export - wont allow
// export of chef property.