sandbox command reset

This commit is contained in:
Peter Cottle 2013-01-03 17:41:33 -08:00
parent d6e9b6a962
commit f4179e9723
9 changed files with 203 additions and 18 deletions

View file

@ -26,7 +26,8 @@ var Level = Sandbox.extend({
this.gitCommandsIssued = 0;
this.solved = false;
// possible options on how stringent to be go here
// possible options on how stringent to be on comparisons go here
this.treeCompare = new TreeCompare();
this.goalTreeString = options.level.goalTree;