This commit is contained in:
vitalets 2013-03-08 15:38:37 +04:00
parent ba29222103
commit 03722e5ec2
3 changed files with 5 additions and 5 deletions

@ -2,9 +2,9 @@ X-editable changelog
============================= =============================
Version 1.4.3 wip Version 1.4.3 Mar 8, 2013
---------------------------- ----------------------------
[bug #32] upgrade to jQuery UI 1.9+ (vitalets) [bug #32] hotfix for jQuery UI 1.9+ (vitalets)
Version 1.4.2 Mar 7, 2013 Version 1.4.2 Mar 7, 2013

@ -2,14 +2,14 @@
<package > <package >
<metadata> <metadata>
<id>x-editable</id> <id>x-editable</id>
<version>1.4.2</version> <version>1.4.3</version>
<authors>Vitaliy Potapov</authors> <authors>Vitaliy Potapov</authors>
<owners>Vitaliy Potapov</owners> <owners>Vitaliy Potapov</owners>
<licenseUrl>https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT</licenseUrl> <licenseUrl>https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT</licenseUrl>
<projectUrl>http://vitalets.github.com/x-editable</projectUrl> <projectUrl>http://vitalets.github.com/x-editable</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery</description> <description>In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery</description>
<releaseNotes>Added support of jQuery 1.9 and several bugfixes.</releaseNotes> <releaseNotes>hotfix for jQuery UI 1.9+.</releaseNotes>
<copyright>Copyright 2012-2013</copyright> <copyright>Copyright 2012-2013</copyright>
<tags>edit-in-place editable bootstrap jquery</tags> <tags>edit-in-place editable bootstrap jquery</tags>
<dependencies> <dependencies>

@ -489,7 +489,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
**/ **/
success: null, success: null,
/** /**
Additional options for ajax request. Additional options for submit ajax request.
List of values: http://api.jquery.com/jQuery.ajax List of values: http://api.jquery.com/jQuery.ajax
@property ajaxOptions @property ajaxOptions