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

@ -27,6 +27,6 @@ Editableform based on jQuery UI
$.fn.editableform.errorGroupClass = null;
$.fn.editableform.errorBlockClass = 'ui-state-error';
//engine
$.fn.editableform.engine = 'jqeury-ui';
$.fn.editableform.engine = 'jquery-ui';
}(window.jQuery));

@ -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));