Spelling of event name

This commit is contained in:
Amir E. Aharoni
2012-11-16 14:09:45 +02:00
parent 15d98ee586
commit ba6a1e5eec
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@
*/
clear: function() {
this.deactivate();
this.$element.trigger( 'seachclear' );
this.$element.trigger( 'searchclear' );
},
/**