mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
FormResetMixin: Add copyright header and manifest comments
This commit is contained in:
parent
09fde89a24
commit
1fdc56d1de
@ -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 ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user