]> source.dussan.org Git - jquery-ui.git/commitdiff
FormResetMixin: Add copyright header and manifest comments 1625/head
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Mon, 26 Oct 2015 16:52:42 +0000 (12:52 -0400)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Mon, 26 Oct 2015 17:16:37 +0000 (13:16 -0400)
ui/form-reset-mixin.js

index 21704708e4c11c042e089f297fc5ef7bcbc36a83..a14c82ee664c566fb007e31a1ee1c394299e2831 100644 (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 ) {