comment edit

pull/210/head
Michael Jett 2012-08-29 13:56:10 -04:00
parent 4fcbbe639f
commit fe837c4fa5
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
if (model.isValid() && this.collection.where({item: input_value}).length < 1) {
this.collection.add(model);
} else {
// add a visual error indicator
// else add a visual error indicator
$(".control-group", this.el).addClass('error')
}
},