FormResetMixin: Add copyright header and manifest comments

This commit is contained in:
Jörn Zaefferer 2015-10-26 12:52:42 -04:00
parent 09fde89a24
commit 1fdc56d1de

View File

@ -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 ) {