fix typo, fixes

This commit is contained in:
vitalets
2013-09-21 16:52:54 +04:00
parent 228ad2b9c0
commit e4f3a40b08
2 changed files with 2 additions and 2 deletions

@ -619,5 +619,5 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
$.fn.editableform.errorBlockClass = 'editable-error';
//engine
$.fn.editableform.engine = 'jqeury';
$.fn.editableform.engine = 'jquery';
}(window.jQuery));