Undo button functionality Issue #40

This commit is contained in:
Peter Cottle 2013-02-20 09:22:15 -08:00
parent e94710ca64
commit c5a3f866ab
9 changed files with 144 additions and 12 deletions

View file

@ -57,7 +57,8 @@ var regexMap = {
'build level': /^build level($|\s)/,
'export tree': /^export tree$/,
'import tree': /^import tree$/,
'import level': /^import level$/
'import level': /^import level$/,
'undo': /^undo($|\s)/
};
exports.instantCommands = instantCommands;