From 1fdc56d1de2ce1c54ec9f3bba7da145c8464b5fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=CC=88rn=20Zaefferer?= Date: Mon, 26 Oct 2015 12:52:42 -0400 Subject: [PATCH] FormResetMixin: Add copyright header and manifest comments --- ui/form-reset-mixin.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 ) { -- 2.39.5