diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2015-10-26 12:52:42 -0400 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2015-10-26 13:16:37 -0400 |
commit | 1fdc56d1de2ce1c54ec9f3bba7da145c8464b5fa (patch) | |
tree | a1b54a91f00a62d1897ffd0c989492eca31f9914 /ui/form-reset-mixin.js | |
parent | 09fde89a248895329a194021c44aa9004cb7fa97 (diff) | |
download | jquery-ui-1fdc56d1de2ce1c54ec9f3bba7da145c8464b5fa.tar.gz jquery-ui-1fdc56d1de2ce1c54ec9f3bba7da145c8464b5fa.zip |
FormResetMixin: Add copyright header and manifest comments
Diffstat (limited to 'ui/form-reset-mixin.js')
-rw-r--r-- | ui/form-reset-mixin.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ui/form-reset-mixin.js b/ui/form-reset-mixin.js index 21704708e..a14c82ee6 100644 --- a/ui/form-reset-mixin.js +++ b/ui/form-reset-mixin.js @@ -1,3 +1,17 @@ +/*! + * jQuery UI Form Reset Mixin @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + */ + +//>>label: Form Reset Mixin +//>>group: Core +//>>description: Refresh input widgets when their form is reset +//>>docs: http://api.jqueryui.com/form-reset-mixin/ + ( function( factory ) { if ( typeof define === "function" && define.amd ) { |