Skip to content

Commit 1fdc56d

Browse files
committed
FormResetMixin: Add copyright header and manifest comments
1 parent 09fde89 commit 1fdc56d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ui/form-reset-mixin.js

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/*!
2+
* jQuery UI Form Reset Mixin @VERSION
3+
* http://jqueryui.com
4+
*
5+
* Copyright jQuery Foundation and other contributors
6+
* Released under the MIT license.
7+
* http://jquery.org/license
8+
*/
9+
10+
//>>label: Form Reset Mixin
11+
//>>group: Core
12+
//>>description: Refresh input widgets when their form is reset
13+
//>>docs: http://api.jqueryui.com/form-reset-mixin/
14+
115
( function( factory ) {
216
if ( typeof define === "function" && define.amd ) {
317

0 commit comments

Comments
 (0)