added missing semicolon

pull/210/head
Justin Richer 2012-09-13 10:04:56 -04:00
parent ed75b38ecc
commit d8221a2a35
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
this.collection.add(model);
} else {
// else add a visual error indicator
$(".control-group", this.el).addClass('error')
$(".control-group", this.el).addClass('error');
}
},