From: Jörn Zaefferer Date: Mon, 26 Oct 2015 16:52:42 +0000 (-0400) Subject: FormResetMixin: Add copyright header and manifest comments X-Git-Tag: 1.12.0-beta.1~30 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1fdc56d1de2ce1c54ec9f3bba7da145c8464b5fa;p=jquery-ui.git FormResetMixin: Add copyright header and manifest comments --- 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 ) {