i think its all there man major refactor

This commit is contained in:
Peter Cottle 2012-12-27 14:52:25 -08:00
parent d497bea70c
commit eb0458c299
3 changed files with 12 additions and 0 deletions

View file

@ -88,6 +88,7 @@ var Command = Backbone.Model.extend({
Errors.filterError(err);
// errorChanged() will handle status and all of that
this.set('error', err);
return;
}
if (this.parseAll()) {