fix typo, fixes #383
This commit is contained in:
parent
228ad2b9c0
commit
e4f3a40b08
src/editable-form
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user