Removed alert statement!

This commit is contained in:
Tarun Gaba 2014-08-15 02:19:26 +05:30
parent 539596bcdd
commit 825186c868

View File

@ -80,7 +80,6 @@ define([
if(this.model.get('value')!=value) {
alert(this.model.get('value'));
this.model.set('value', value, {updated_view: this});
alert("touched");
this.touch();
}